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
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
The Value class represents a printable wrapper around an OpenGL data type.
Definition Value.h:30
const T m_value
The value.
Definition Value.h:60
Contains all the classes of glbinding.