Developer documentation

mmx::texp::tselect< X, A, B > Struct Template Reference

select a type based on condition X, X is assumed to be in { null_t, false_t, true_t } More...

#include <texp_tests.hpp>

Public Types

typedef A T
 

Detailed Description

template<class X, class A, class B>
struct mmx::texp::tselect< X, A, B >

select a type based on condition X, X is assumed to be in { null_t, false_t, true_t }

Member Typedef Documentation

template<class X, class A, class B >
typedef A mmx::texp::tselect< X, A, B >::T

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