HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StorageType< STORAGE > Struct Template Reference

#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 >
 

Detailed Description

template<UT_Storage STORAGE>
struct UT_StorageType< STORAGE >

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.

Member Typedef Documentation

template<UT_Storage STORAGE>
typedef void UT_StorageType< STORAGE >::Type

Definition at line 186 of file UT_Storage.h.

Member Data Documentation

template<UT_Storage STORAGE>
constexpr bool UT_StorageType< STORAGE >::theIsFloat = SYS_IsFloatingPoint_v< Type >
static

Definition at line 187 of file UT_Storage.h.

template<UT_Storage STORAGE>
constexpr bool UT_StorageType< STORAGE >::theIsInt = SYS_IsIntegral_v< Type >
static

Definition at line 188 of file UT_Storage.h.

template<UT_Storage STORAGE>
const UT_Storage UT_StorageType< STORAGE >::theStorage = UT_Storage::INVALID
static

Definition at line 185 of file UT_Storage.h.


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