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