NiHu  2.0
tmp::if_< Cond, T, F > Struct Template Reference

IF control structure. More...

#include <if.hpp>

Detailed Description

template<class Cond, class T, class F>
struct tmp::if_< Cond, T, F >

IF control structure.

Template Parameters
Choicea choice evaluated to a logical type
Tthe type returned when Choice is true_type
Fthe type returned when Choice is false_type

Definition at line 19 of file if.hpp.


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