dune-common  2.4.1
Public Member Functions | List of all members
dune_nullptr_t Class Reference

Fallback implementation of nullptr. More...

#include <dune/common/nullptr.hh>

Public Member Functions

template<class T >
 operator T * () const
 
template<class C , class T >
 operator T C::* () const
 

Detailed Description

Fallback implementation of nullptr.

see C++ proposal http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf

Member Function Documentation

template<class T >
dune_nullptr_t::operator T * ( ) const
inline
template<class C , class T >
dune_nullptr_t::operator T C::* ( ) const
inline

The documentation for this class was generated from the following file: