NDEVR
API Documentation
ObjectInfo< bool, false, false >

ObjectInfo specialization for the bool type. More...

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

Static Public Member Functions

static constexpr ObjectInfo< bool, false, false > VectorSub ()
 Returns the ObjectInfo for this type since bool has no sub-type.

Static Public Attributes

static const bool Boolean = true
 True because this is the bool specialization.
static const bool Buffer = false
 False because bool is not a buffer.
static const bool Color = false
 False because bool is not a color.
static const uint01 Dimensions = 0
 Always zero for scalar types.
static const bool Enum = false
 False because bool is not an enum.
static const bool Float = false
 False because bool is not floating point.
static const bool Integer = false
 False because bool is not an integer.
static const bool Number = false
 False because bool is not a number.
static const bool Pointer = false
 False because bool is not a pointer.
static const bool Primitive = true
 True because bool is a primitive type.
static const bool String = false
 False because bool is not a string.
static const bool Unsigned = false
 False because bool is not considered unsigned.
static const bool Vector = false
 False because bool is not a vector.

Detailed Description

ObjectInfo specialization for the bool type.


Definition at line 169 of file ObjectInfo.h.

Member Function Documentation

◆ VectorSub()

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

Returns the ObjectInfo for this type since bool has no sub-type.

Returns
An ObjectInfo for bool.

Definition at line 188 of file ObjectInfo.h.


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