![]() |
NDEVR
API Documentation
|
Type trait specialization providing metadata about the UUID type, identifying it as a 16-dimensional primitive vector with string-like properties. More...
Static Public Member Functions | |
| static constexpr ObjectInfo< uint01, false, false > | VectorSub () |
| Returns the ObjectInfo for the underlying uint01 vector element type. | |
Static Public Attributes | |
| static const bool | Boolean = false |
| Whether this type is a boolean. | |
| static const bool | Buffer = false |
| Whether this type is a buffer type. | |
| static const bool | Color = false |
| Whether this type represents a color. | |
| static const uint01 | Dimensions = 16 |
| Number of byte dimensions in the UUID. | |
| static const bool | Enum = false |
| Whether this type is an enumeration. | |
| static const bool | Float = false |
| Whether this type is a floating-point type. | |
| static const bool | Integer = false |
| Whether this type is an integer type. | |
| static const bool | Number = false |
| Whether this type is a numeric type. | |
| static const bool | Pointer = false |
| Whether this type is a pointer type. | |
| static const bool | Primitive = true |
| Whether this type is a primitive type. | |
| static const bool | String = true |
| Whether this type has string-like behavior. | |
| static const bool | Unsigned = false |
| Whether this type is unsigned. | |
| static const bool | Vector = true |
| Whether this type is a vector type. | |
Type trait specialization providing metadata about the UUID type, identifying it as a 16-dimensional primitive vector with string-like properties.
|
inlinestaticconstexpr |
Returns the ObjectInfo for the underlying uint01 vector element type.