![]() |
NDEVR
API Documentation
|
Type trait specialization providing compile-time type information about DesignObject. More...
Static Public Member Functions | |
| static constexpr ObjectInfo< DesignObject, false, false > | VectorSub () |
| Returns the ObjectInfo for the sub-element type when this type is used as a vector. | |
Static Public Attributes | |
| static const bool | Boolean = false |
| Whether this type is a boolean type. | |
| static const bool | Buffer = false |
| Whether this type is a buffer type. | |
| static const bool | Color = false |
| Whether this type is a color type. | |
| static const uint01 | Dimensions = 0 |
| Number of vector dimensions (0 for scalar types). | |
| static const bool | Enum = false |
| Whether this type is an enum type. | |
| 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 = false |
| Whether this type is a string type. | |
| static const bool | Unsigned = false |
| Whether this type is unsigned. | |
| static const bool | Vector = false |
| Whether this type is a vector type. | |
Type trait specialization providing compile-time type information about DesignObject.
Indicates that DesignObject is a primitive, non-numeric, non-vector type with zero dimensions.
Definition at line 747 of file DesignObject.h.
|
inlinestaticconstexpr |
Returns the ObjectInfo for the sub-element type when this type is used as a vector.
Definition at line 767 of file DesignObject.h.