HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StorageAtLeast32Bit< 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< typename UT_StorageNum< UT_StorageBetter_t< T0, T1 >>::AtLeast32Bit, T0, UT_StorageNum< UT_StorageBetter_t< T0, T1 >>::theStorage==UT_Storage::INVALID >::type
 

Detailed Description

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

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

Definition at line 260 of file UT_Storage.h.

Member Typedef Documentation

template<typename T0, typename T1>
using UT_StorageAtLeast32Bit< T0, T1 >::type = typename SYS_SelectType<typename UT_StorageNum<UT_StorageBetter_t<T0,T1>>::AtLeast32Bit,T0,UT_StorageNum<UT_StorageBetter_t<T0,T1>>::theStorage==UT_Storage::INVALID>::type

Definition at line 261 of file UT_Storage.h.


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