Go to the documentation of this file. 1 #ifndef DUNE_NULLPTR_HH
2 #define DUNE_NULLPTR_HH
22 template<
class C,
class T>
23 operator T C::*()
const
26 void operator&()
const;
36 return (t == static_cast<T*>(
nullptr));
42 return (t == static_cast<T*>(
nullptr));
53 #endif // HAVE_NULLPTR
55 #endif // DUNE_NULLPTR_HH