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 193 of file UT_Storage.h.
typedef void UT_StorageType< STORAGE >::Type |
Definition at line 196 of file UT_Storage.h.
|
static |
Definition at line 197 of file UT_Storage.h.
|
static |
Definition at line 198 of file UT_Storage.h.
|
static |
Definition at line 195 of file UT_Storage.h.