39GLBINDING_CONSTEXPR Boolean8::operator bool()
const
44GLBINDING_CONSTEXPR Boolean8::operator char()
const
49GLBINDING_CONSTEXPR Boolean8::operator
unsigned char()
const
54GLBINDING_CONSTEXPR Boolean8::operator int()
const
59GLBINDING_CONSTEXPR Boolean8::operator
unsigned int()
const
Boolean type based on an 8-bit integer.
Definition Boolean8.h:20
GLBINDING_CONSTEXPR bool operator<(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:64
GLBINDING_CONSTEXPR bool operator==(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:84
GLBINDING_CONSTEXPR bool operator>=(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:79
unsigned char underlying_type
Type used for storing the value.
Definition Boolean8.h:22
GLBINDING_CONSTEXPR bool operator<=(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:74
underlying_type m_value
Value
Definition Boolean8.h:215
GLBINDING_CONSTEXPR Boolean8()
Constructor.
Definition Boolean8.inl:9
GLBINDING_CONSTEXPR bool operator!=(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:89
GLBINDING_CONSTEXPR bool operator>(const Boolean8 &other) const
Comparison operator.
Definition Boolean8.inl:69
Contains all the classes of glbinding.