Dune::EnableIf< b, T > Struct Template Reference
[Common]

#include <typetraits.hh>

Inheritance diagram for Dune::EnableIf< b, T >:

Dune::EnableIfInterOperable< T1, T2, Type > List of all members.

Detailed Description

template<bool b, typename T = void>
struct Dune::EnableIf< b, T >

Enable typedef if condition is met.

Depending on the value of b the type T is provided as typedef type.


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

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)