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