3 #ifndef DUNE_NULLPTR_HH 4 #define DUNE_NULLPTR_HH 24 template<
class C,
class T>
25 operator T C::*()
const 28 void operator&()
const;
38 return (t == static_cast<T*>(
nullptr));
44 return (t == static_cast<T*>(
nullptr));
55 #endif // HAVE_NULLPTR 57 #endif // DUNE_NULLPTR_HH Fallback implementation of nullptr.
Definition: nullptr.hh:19
bool operator==(T *t, dune_nullptr_t)
Definition: nullptr.hh:36
dune_nullptr_t nullptr_t
Definition: nullptr.hh:32
T t
Definition: alignment.hh:34
Dune namespace.
Definition: alignment.hh:9