dune-common  2.2.0
Public Member Functions
dune_nullptr_t Class Reference

Fallback implementation of nullptr. More...

#include <dune/common/nullptr.hh>

List of all members.

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: