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
T t
Definition: alignment.hh:38
bool operator==(T *t, dune_nullptr_t)
Definition: nullptr.hh:36
Fallback implementation of nullptr.
Definition: nullptr.hh:19
dune_nullptr_t nullptr_t
Definition: nullptr.hh:32