NDEVR
API Documentation
ObjectInfo< TimeSpan, false, false >
Inheritance diagram for ObjectInfo< TimeSpan, false, false >:
[legend]
Collaboration diagram for ObjectInfo< TimeSpan, false, false >:
[legend]

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.

Detailed Description


Struct: ObjectInfo<TimeSpan>

Information about the object.

Author: Tyler Parke

Date: 2020-09-13

Definition at line 446 of file TimeSpan.h.

Member Function Documentation

◆ VectorSub()

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

Returns the ObjectInfo for the vector sub-element type (identity for scalars).

Returns
The ObjectInfo for TimeSpan.

Definition at line 464 of file TimeSpan.h.


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