Pointer literal (C++11)

The only pointer literal is the nullptr keyword that is a prvalue of type std::nullptr_t. A prvalue of this type is a null pointer constant that can be converted to any pointer type, pointer-to-member type, or bool type.