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