template<typename Enum, typename Storage>
sead::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

auto operator=(Enum value) -> SizedEnum& constexpr

Public variables

Storage mValue