1 #ifndef DUNE_ALUGRID_COMMON_TYPETRAITS_HH
2 #define DUNE_ALUGRID_COMMON_TYPETRAITS_HH
7 #include <dune/grid/common/datahandleif.hh>
15 template<
class Impl,
class Data >
22 :
public decltype( __IsDataHandle( std::declval< T >() ) )
Definition: alu3dinclude.hh:80
std::true_type __IsDataHandle(const CommDataHandleIF< Impl, Data > &)
Definition: typetraits.hh:23