Template Struct FlagTraits¶
Defined in File flags.h
Struct Documentation¶
-
template<IntegralEnum FlagBitsType>
struct FlagTraits¶ Traits of the bit enum
Public Static Attributes
-
static constexpr bool is_bitmask = false¶
-
static constexpr Flags<FlagBitsType> all_flags = Flags<FlagBitsType>(std::numeric_limits<std::underlying_type_t<FlagBitsType>>::max())¶
-
static constexpr bool is_bitmask = false¶