B2BITS FIX Antenna HFT
1.0.16
|
Contains declaration of nullptr identifier. More...
Classes | |
class | Utils::NullPtr |
Namespaces | |
anonymous_namespace{nullptr.hpp} | |
Utils | |
Utils namespace. | |
Functions | |
template<typename T > | |
bool | Utils::operator!= (T *obj, NullPtr const &) |
template<typename T > | |
bool | Utils::operator!= (NullPtr const &, T *obj) |
template<typename T > | |
bool | Utils::operator== (T *obj, NullPtr const &) |
template<typename T > | |
bool | Utils::operator== (NullPtr const &, T *obj) |
Variables | |
static int const | anonymous_namespace{nullptr.hpp}::nullptr = 0 |
Contains declaration of nullptr identifier.
In C++/CLI nullptr is reserved word that represents reference to the nothing.