As far as I'm aware nullptr is a part of the core language.
nullptr
Quoting C++11: (18.2/9)
nullptr_t is defined as follows: namespace std { typedef decltype(nullptr) nullptr_t; }
nullptr_t is defined as follows:
nullptr_t
namespace std { typedef decltype(nullptr) nullptr_t; }
and is defined in the header <cstddef>.
<cstddef>
Aucun commentaire:
Enregistrer un commentaire