dune-common
2.3.1
|
Checks wether two types are interoperable. More...
#include <dune/common/typetraits.hh>
Public Types | |
enum | { value = Conversion<T1,T2>::exists || Conversion<T2,T1>::exists } |
Checks wether two types are interoperable.
Two types are interoperable if conversions in either directions exists.