OpenTTD Source 20250312-master-gcdcc6b491d
|
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 115 of file enum_type.hpp.
|
staticconstexpr |
Definition at line 116 of file enum_type.hpp.