dune-common  2.2.1
Classes | Namespaces | Typedefs | Functions | Variables
nullptr.hh File Reference

Fallback implementation of the nullptr object in C++0x. More...

Go to the source code of this file.

Classes

class  dune_nullptr_t
 Fallback implementation of nullptr. More...
 

Namespaces

namespace  Dune
 Dune namespace.
 

Typedefs

typedef dune_nullptr_t Dune::nullptr_t
 

Functions

template<class T >
bool operator== (T *t, dune_nullptr_t)
 
template<class T >
bool operator== (dune_nullptr_t, T *t)
 

Variables

const class dune_nullptr_t nullptr = {}
 

Detailed Description

Fallback implementation of the nullptr object in C++0x.

Function Documentation

template<class T >
bool operator== ( T *  t,
dune_nullptr_t   
)
template<class T >
bool operator== ( dune_nullptr_t  ,
T *  t 
)

Variable Documentation

const class dune_nullptr_t nullptr = {}