LeviLamina
|
Public Member Functions | |
CommandFlag (CommandFlagValue value) | |
constexpr bool | operator== (CommandFlag const &rhs) const noexcept |
constexpr bool | operator!= (CommandFlag const &rhs) const noexcept |
CommandFlag & | operator|= (CommandFlag const &rhs) |
CommandFlag & | operator|= (CommandFlagValue rhs) |
CommandFlag & | remove (CommandFlagValue rhs) |
Public Attributes | |
CommandFlagValue | value |