Smart enum for enumerations with the Left
value.
More...
#include </home/chochlik/devel/oglplus/include/oglplus/opt/smart_enums.hpp>
|
template<typename Enum , Enum = Enum::Left> |
| operator Enum (void) const |
| Conversion to any Enum type having the Left value. More...
|
|
|
template<typename Enum > |
bool | operator== (Enum value, Left) |
| Equality comparison with any Enum type having the Left value. More...
|
|
template<typename Enum > |
bool | operator!= (Enum value, Left) |
| Non-equality comparison with any Enum type having the Left value. More...
|
|
Smart enum for enumerations with the Left
value.
- See Also
- ColorBuffer
- Related OpenGL symbols:
GL_LEFT
template<typename Enum , Enum = Enum::Left>
oglplus::smart_enums::Left::operator Enum |
( |
void |
| ) |
const |
Conversion to any Enum
type having the Left value.
Instances of the Left type are convertible to instances of any enumeration type having the Left
value.
template<typename Enum >
bool operator!= |
( |
Enum |
value, |
|
|
Left |
|
|
) |
| |
|
friend |
Non-equality comparison with any Enum
type having the Left value.
Instances of the smart_enums::Left
type can be compared for non-equality to instances of any enumeration type having the Left
value.
template<typename Enum >
bool operator== |
( |
Enum |
value, |
|
|
Left |
|
|
) |
| |
|
friend |
Equality comparison with any Enum
type having the Left value.
Instances of the smart_enums::Left
type can be compared for equality to instances of any enumeration type having the Left
value.
The documentation for this struct was generated from the following file: