Was ist nullptr
I want to talk briefly about null pointers in C++ and more precisely about nullptr literal and nullptr_t struct. Before those things were introduced in C++11, folks had to use NULL macro, when they wanted to stress that this particular pointer is pointing to nowhere and is invalid.