|
OpenTTD Source 20260621-master-g720d10536d
|
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 288 of file enum_type.hpp.
|
staticconstexpr |
Definition at line 289 of file enum_type.hpp.