dune-typetree
2.3.1
|
Meta function that evaluates its argument iff it inherits from meta_function. More...
#include <dune/typetree/typetraits.hh>
Public Types | |
typedef conditional < is_base_of< meta_function, F > ::value, lazy_evaluate< F > , lazy_identity< F > >::type::type | type |
Meta function that evaluates its argument iff it inherits from meta_function.
typedef conditional< is_base_of<meta_function,F>::value, lazy_evaluate<F>, lazy_identity<F> >::type::type Dune::TypeTree::evaluate_if_meta_function< F >::type |