OpenTTD Source 20241224-master-gee860a5c8e
BuildingCounts< T > Struct Template Reference

Public Member Functions

auto operator<=> (const BuildingCounts &) const =default
 

Data Fields

std::vector< T > id_count
 
std::vector< T > class_count
 

Detailed Description

template<typename T>
struct BuildingCounts< T >

Definition at line 21 of file town.h.

Field Documentation

◆ class_count

template<typename T >
std::vector<T> BuildingCounts< T >::class_count

Definition at line 23 of file town.h.

◆ id_count

template<typename T >
std::vector<T> BuildingCounts< T >::id_count

Definition at line 22 of file town.h.


The documentation for this struct was generated from the following file: