Public Types | List of all members
ecl::if_c< false, T1, T2 > Struct Template Reference

Specialisation of the metaprogrammed 'if' statement when false. More...

#include <if.hpp>

Public Types

typedef T2 type
 

Detailed Description

template<typename T1, typename T2>
struct ecl::if_c< false, T1, T2 >

Specialisation of the metaprogrammed 'if' statement when false.

This defines the negative (false) response for the compile time metafunctional version of the 'if' function.

Template Parameters
T1: the return type if true.
T2: the return type if false.
See also
if_c<Condition,T1,T2>.

Definition at line 51 of file if.hpp.

Member Typedef Documentation

template<typename T1 , typename T2 >
typedef T2 ecl::if_c< false, T1, T2 >::type

Definition at line 52 of file if.hpp.


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


ecl_mpl
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:14