Typedef ctql::AlignOf_t

Typedef Documentation

template<typename ...Ts>
using ctql::AlignOf_t = detail::HTList<AlignOf<Ts>...>

Build a typelist of AlignOf<Ts>....

Template Parameters:

Ts – Input types.