![]() |
NDEVR
API Documentation
|
ObjectInfo specialization for the bool type. More...
Static Public Member Functions | |
| static constexpr ObjectInfo< bool, false, false > | VectorSub () |
| Returns the ObjectInfo for this type since bool has no sub-type. | |
Static Public Attributes | |
| static const bool | Boolean = true |
| True because this is the bool specialization. | |
| static const bool | Buffer = false |
| False because bool is not a buffer. | |
| static const bool | Color = false |
| False because bool is not a color. | |
| static const uint01 | Dimensions = 0 |
| Always zero for scalar types. | |
| static const bool | Enum = false |
| False because bool is not an enum. | |
| static const bool | Float = false |
| False because bool is not floating point. | |
| static const bool | Integer = false |
| False because bool is not an integer. | |
| static const bool | Number = false |
| False because bool is not a number. | |
| static const bool | Pointer = false |
| False because bool is not a pointer. | |
| static const bool | Primitive = true |
| True because bool is a primitive type. | |
| static const bool | String = false |
| False because bool is not a string. | |
| static const bool | Unsigned = false |
| False because bool is not considered unsigned. | |
| static const bool | Vector = false |
| False because bool is not a vector. | |
|
inlinestaticconstexpr |
Returns the ObjectInfo for this type since bool has no sub-type.
Definition at line 188 of file ObjectInfo.h.