Go to the documentation of this file.
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