![]() |
NDEVR
API Documentation
|
Static Public Member Functions | |
| static constexpr ObjectInfo< TimeSpan, false, false > | VectorSub () |
| Returns the ObjectInfo for the vector sub-element type (identity for scalars). | |
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. | |
| static const bool | Color = false |
| Whether this type is a color. | |
| static const uint01 | Dimensions = 0 |
| The number of dimensions (0 for scalar types). | |
| static const bool | Float = true |
| Whether this type behaves as a floating-point value. | |
| static const bool | Integer = false |
| Whether this type is an integer. | |
| static const bool | Number = true |
| Whether this type is numeric. | |
| static const bool | Pointer = false |
| Whether this type is a pointer. | |
| static const bool | Primitive = true |
| Whether this type is a primitive. | |
| static const bool | String = false |
| Whether this type is a string. | |
| static const bool | Unsigned = false |
| Whether this type is unsigned. | |
| static const bool | Vector = false |
| Whether this type is a vector. | |
Struct: ObjectInfo<TimeSpan>
Information about the object.
Author: Tyler Parke
Date: 2020-09-13
Definition at line 446 of file TimeSpan.h.
|
inlinestaticconstexpr |
Returns the ObjectInfo for the vector sub-element type (identity for scalars).
Definition at line 464 of file TimeSpan.h.