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