Public Types
ecl::if_c< false, T1, T2 > Struct Template Reference

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

#include <if.hpp>

List of all members.

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 Thu Jun 6 2019 21:17:27