HDK
|
#include <UT_Storage.h>
Public Types | |
typedef void | Type |
Static Public Attributes | |
static const UT_Storage | theStorage = UT_Storage::INVALID |
static constexpr bool | theIsFloat = SYS_IsFloatingPoint_v< Type > |
static constexpr bool | theIsInt = SYS_IsIntegral_v< Type > |
These template classes get the type from the UT_Storage, e.g. return (UT_StorageType<STORAGE>::theType)source;
Definition at line 184 of file UT_Storage.h.
typedef void UT_StorageType< STORAGE >::Type |
Definition at line 186 of file UT_Storage.h.
|
static |
Definition at line 187 of file UT_Storage.h.
|
static |
Definition at line 188 of file UT_Storage.h.
|
static |
Definition at line 185 of file UT_Storage.h.