- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. |
Fallback implementation of the nullptr object in C++0x.
typedef dune_nullptr_t nullptr_t |
bool operator== | ( | T * | t, | |
dune_nullptr_t | ||||
) |
bool operator== | ( | dune_nullptr_t | , | |
T * | t | |||
) |
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].