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. |
typedef dune_nullptr_t nullptr_t |
bool operator== | ( | dune_nullptr_t | , | |
T * | t | |||
) | [inline] |
bool operator== | ( | T * | t, | |
dune_nullptr_t | ||||
) | [inline] |
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