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

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_SelectType< T0, T1, IST1 >:

Additional Inherited Members

- Public Types inherited from SYS_TypeIdentity< T0 >
using type = T0
 

Detailed Description

template<typename T0, typename T1, bool IST1>
struct SYS_SelectType< T0, T1, IST1 >

Choose a type from two alternatives based on a bool. It choses the first type if false, and the second type if true.

Definition at line 208 of file SYS_TypeTraits.h.


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