nullptr_t

namespace opentl {
    using nullptr_t = decltype(nullptr);
}

The type of the null pointer literal.