![]() |
NDEVR
API Documentation
|
Type trait specialization providing compile-time type information for Geometry objects. More...
Static Public Attributes | |
| static const bool | Boolean = false |
| Not a boolean type. | |
| static const bool | Buffer = false |
| Not a buffer type. | |
| static const bool | Color = false |
| Not a color type. | |
| static const uint01 | Dimensions = 0 |
| Geometry is not a dimensional type. | |
| static const bool | Enum = false |
| Not an enum type. | |
| static const bool | Float = false |
| Not a floating-point type. | |
| static const bool | Integer = false |
| Not an integer type. | |
| static const bool | Number = false |
| Not a numeric type. | |
| static const bool | Pointer = false |
| Not a pointer type. | |
| static const bool | Primitive = true |
| Is a primitive design type. | |
| static const bool | String = false |
| Not a string type. | |
| static const bool | Unsigned = false |
| Not an unsigned numeric type. | |
| static const bool | Vector = false |
| Not a vector type. | |
Type trait specialization providing compile-time type information for Geometry objects.
Definition at line 2432 of file Geometry.h.