MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::if_c< Condition, Then, Else > Struct Template Reference

Equivalent to if_<bool_<Condition>, Then, Else>. More...

#include <boost/mpl11/fwd/logical.hpp>

Detailed Description

template<bool Condition, typename Then, typename Else>
struct boost::mpl11::if_c< Condition, Then, Else >

Equivalent to if_<bool_<Condition>, Then, Else>.