dune-common  2.5-git
Public Types | List of all members
Dune::conditional< B, T, F > Struct Template Reference

#include <dune/common/typetraits.hh>

Public Types

typedef std::conditional< B, T, F >::type type
 

Member Typedef Documentation

§ type

template<bool B, typename T , typename F >
typedef std::conditional<B,T,F>::type Dune::conditional< B, T, F >::type
Deprecated:
"Use std::conditional instead!"

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