OpenTTD Source 20250517-master-g617169c1c9
|
Helper template structure to get the mask for an EnumBitSet from the end enum value. More...
#include <enum_type.hpp>
Static Public Attributes | |
static constexpr Tstorage | value = std::numeric_limits<Tstorage>::max() >> (std::numeric_limits<Tstorage>::digits - to_underlying(Tend_value)) |
Helper template structure to get the mask for an EnumBitSet from the end enum value.
Definition at line 164 of file enum_type.hpp.
|
staticconstexpr |
Definition at line 165 of file enum_type.hpp.