size_t

namespace opentl {
    using size_t = decltype(sizeof(int));
}

The type returned by the sizeof operator.