cgv
cgv::type::ctrl::if_< condition_type, then_type, else_type > Struct Template Reference

the if traits selects a type from a given condition type which should be cond::true_type or cond::false_type More...

#include <if_.h>

Detailed Description

template<bool condition_type, typename then_type, typename else_type>
struct cgv::type::ctrl::if_< condition_type, then_type, else_type >

the if traits selects a type from a given condition type which should be cond::true_type or cond::false_type


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