|
dune-common
2.3.1
|
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 | |
| 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 = {} |
Fallback implementation of the nullptr object in C++0x.
| bool operator== | ( | T * | t, |
| dune_nullptr_t | |||
| ) |
| bool operator== | ( | dune_nullptr_t | , |
| T * | t | ||
| ) |
| const class dune_nullptr_t nullptr = {} |
1.8.7