Smart enum for enumerations with the PatchDefaultInnerLevel
value.
More...
#include </home/chochlik/devel/oglplus/include/oglplus/opt/smart_enums.hpp>
Public Member Functions | |
template<typename Enum , Enum = Enum::PatchDefaultInnerLevel> | |
operator Enum (void) const | |
Conversion to any Enum type having the PatchDefaultInnerLevel value. More... | |
Friends | |
template<typename Enum > | |
bool | operator== (Enum value, PatchDefaultInnerLevel) |
Equality comparison with any Enum type having the PatchDefaultInnerLevel value. More... | |
template<typename Enum > | |
bool | operator!= (Enum value, PatchDefaultInnerLevel) |
Non-equality comparison with any Enum type having the PatchDefaultInnerLevel value. More... | |
Smart enum for enumerations with the PatchDefaultInnerLevel
value.
GL_PATCH_DEFAULT_INNER_LEVEL
oglplus::smart_enums::PatchDefaultInnerLevel::operator Enum | ( | void | ) | const |
Conversion to any Enum
type having the PatchDefaultInnerLevel value.
Instances of the PatchDefaultInnerLevel type are convertible to instances of any enumeration type having the PatchDefaultInnerLevel
value.
|
friend |
Non-equality comparison with any Enum
type having the PatchDefaultInnerLevel value.
Instances of the smart_enums::PatchDefaultInnerLevel
type can be compared for non-equality to instances of any enumeration type having the PatchDefaultInnerLevel
value.
|
friend |
Equality comparison with any Enum
type having the PatchDefaultInnerLevel value.
Instances of the smart_enums::PatchDefaultInnerLevel
type can be compared for equality to instances of any enumeration type having the PatchDefaultInnerLevel
value.