|
HDK
|
Compile-time information about the default initialization to use for a type visible to the APEX type system. More...
#include <APEX_Types.h>
Static Public Member Functions | |
| static T | value () |
| Return a default value for the type. More... | |
Static Public Attributes | |
| static constexpr bool | isDefaultConstructing = true |
Compile-time information about the default initialization to use for a type visible to the APEX type system.
Definition at line 96 of file APEX_Types.h.
|
inlinestatic |
Return a default value for the type.
Definition at line 99 of file APEX_Types.h.
|
static |
If this member is missing or false in a specialization, the default value is assumed to be something other than T(), and any code that implicitly relies on that being the case will static assert.
Definition at line 104 of file APEX_Types.h.