align_t

namespace opentl {
    using align_t = decltype(alignof(int));
}

The type returned by the alignof operator.