Ion
|
ConditionalType is similar to std::conditional. More...
#include "type_structs.h"
Public Types | |
typedef A | Type |
ConditionalType is similar to std::conditional.
ConditionalType<condition, A, B>::Type is A if condition is true, and B if it is false.
Definition at line 74 of file type_structs.h.
typedef A ion::base::ConditionalType< condition, A, B >::Type |
Definition at line 74 of file type_structs.h.