template<typename Enum, typename Storage>
SizedEnum struct
For storing an enum with a particular storage size when specifying the underlying type of the enum is not an option.
Constructors, destructors, conversion operators
- SizedEnum() defaulted constexpr
- SizedEnum(Enum value) constexpr
- operator Enum() const constexpr
Public functions
Public variables
- Storage mValue