HDK
|
#include <SYS_TypeTraits.h>
Public Types | |
typedef T0 | type |
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 99 of file SYS_TypeTraits.h.
typedef T0 SYS_SelectType< T0, T1, IST1 >::type |
Definition at line 100 of file SYS_TypeTraits.h.