dune-common  2.2.0
Public Types
Dune::EnableIfInterOperable< T1, T2, Type > Struct Template Reference

Enable typedef if two types are interoperable. More...

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::EnableIfInterOperable< T1, T2, Type >:
Dune::enable_if< IsInteroperable< T1, T2 >::value, Type >

List of all members.

Public Types

typedef Type type

Detailed Description

template<class T1, class T2, class Type>
struct Dune::EnableIfInterOperable< T1, T2, Type >

Enable typedef if two types are interoperable.

(also see IsInteroperable)


Member Typedef Documentation

typedef Type Dune::enable_if< b, Type >::type
inherited

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