ptrdiff_t

namespace opentl {
    using ptrdiff_t = decltype(static_cast<int*>(nullptr) - static_cast<int*>(nullptr));
}

The type returned by pointer difference arithmetic.