NDEVR
API Documentation
ObjectInfo< PasswordString, false, false >

Type trait specialization providing compile-time metadata for PasswordString. More...

Inheritance diagram for ObjectInfo< PasswordString, false, false >:
[legend]
Collaboration diagram for ObjectInfo< PasswordString, false, false >:
[legend]

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.

Detailed Description

Type trait specialization providing compile-time metadata for PasswordString.


Definition at line 134 of file PasswordString.h.

Member Function Documentation

◆ VectorSub()

constexpr ObjectInfo< char, false, false > ObjectInfo< PasswordString, false, false >::VectorSub ( )
inlinestaticconstexpr

Returns the ObjectInfo for the sub-vector element type.

Returns
ObjectInfo for char type.

Definition at line 153 of file PasswordString.h.


The documentation for this struct was generated from the following file: