![]() |
NDEVR
API Documentation
|
Type trait specialization providing compile-time metadata for PasswordString. More...
Static Public Member Functions | |
| static constexpr ObjectInfo< char, false, false > | VectorSub () |
| Returns the ObjectInfo for the sub-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. | |
| static const bool | Color = false |
| Whether this type is a color. | |
| static const uint01 | Dimensions = 0 |
| Number of dimensions (0 for scalar types). | |
| static const bool | Enum = false |
| Whether this type is an enum. | |
| static const bool | Float = false |
| Whether this type is a floating-point number. | |
| static const bool | Integer = false |
| Whether this type is an integer. | |
| static const bool | Number = false |
| Whether this type is a number. | |
| static const bool | Pointer = false |
| Whether this type is a pointer. | |
| static const bool | Primitive = false |
| 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. | |
Type trait specialization providing compile-time metadata for PasswordString.
Definition at line 134 of file PasswordString.h.
|
inlinestaticconstexpr |
Returns the ObjectInfo for the sub-vector element type.
Definition at line 153 of file PasswordString.h.