HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StorageBetter< T0, T1 > Struct Template Reference

This allows one to determine the type of T0+T1 at compile-time. More...

#include <UT_Storage.h>

Public Types

using type = typename SYS_SelectType< T0, T1,(int(UT_StorageNum< T0 >::theStorage)< int(UT_StorageNum< T1 >::theStorage))>::type
 

Detailed Description

template<typename T0, typename T1>
struct UT_StorageBetter< T0, T1 >

This allows one to determine the type of T0+T1 at compile-time.

Definition at line 250 of file UT_Storage.h.

Member Typedef Documentation

template<typename T0, typename T1>
using UT_StorageBetter< T0, T1 >::type = typename SYS_SelectType<T0,T1,(int(UT_StorageNum<T0>::theStorage) < int(UT_StorageNum<T1>::theStorage))>::type

Definition at line 252 of file UT_Storage.h.


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