dune-common 2.1.1
|
Enable typedef if condition is met. More...
#include <dune/common/typetraits.hh>
Public Types | |
typedef T | type |
Enable typedef if condition is met.
Replacement implementation for compilers without this in the stl. Depending on the value of b the type T is provided as typedef type.
typedef T Dune::enable_if< b, T >::type |