NDEVR
API Documentation
ObjectInfo< DesignObject, false, false >

Type trait specialization providing compile-time type information about DesignObject. More...

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

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.

Detailed Description

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.

Member Function Documentation

◆ VectorSub()

constexpr ObjectInfo< DesignObject, false, false > ObjectInfo< DesignObject, false, false >::VectorSub ( )
inlinestaticconstexpr

Returns the ObjectInfo for the sub-element type when this type is used as a vector.


Returns
An ObjectInfo instance for DesignObject (identity, since this is not a vector type).

Definition at line 767 of file DesignObject.h.


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