OpenTTD Source 20250222-master-g9a8d9e4e48
|
Base for bitset types that accept strong types, i.e. More...
#include "bitmath_func.hpp"
Go to the source code of this file.
Data Structures | |
class | BaseBitSet< Timpl, Tvalue_type, Tstorage, Tmask > |
Base for bit set wrapper. More... | |
Base for bitset types that accept strong types, i.e.
types that need some casting like StrongType and enum class.
Definition in file base_bitset_type.hpp.