Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::base::ConditionalType< condition, A, B > Struct Template Reference

ConditionalType is similar to std::conditional. More...

#include "type_structs.h"

Public Types

typedef A Type
 

Detailed Description

template<bool condition, typename A, typename B>
struct ion::base::ConditionalType< condition, A, B >

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.

Member Typedef Documentation

template<bool condition, typename A, typename B >
typedef A ion::base::ConditionalType< condition, A, B >::Type

Definition at line 74 of file type_structs.h.


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