Dune::IsInteroperable< T1, T2 > Struct Template Reference
[Common]

Checks whether two types are interoperable. More...

#include <dune/common/typetraits.hh>

List of all members.

Public Types

enum  { value = std::is_convertible<T1, T2, value = std::is_convertible<T1 }

Detailed Description

template<class T1, class T2>
struct Dune::IsInteroperable< T1, T2 >

Checks whether two types are interoperable.

Two types are interoperable if conversions in either directions exists.


Member Enumeration Documentation

template<class T1 , class T2 >
anonymous enum
Enumerator:
value 

True if either a conversion from T1 to T2 or vice versa exists.

T2 
value 

True if either a conversion from T1 to T2 or vice versa exists.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 25 Mar 2018 for dune-common by  doxygen 1.6.1