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...

Typedefs

typedef dune_nullptr_t 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
 Fallback implementation of nullptr.

Detailed Description

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


Typedef Documentation


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

Fallback implementation of nullptr.

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].