Typedef ctql::Sum
Defined in File reduce.hpp
Typedef Documentation
-
template<typename ...Ts>
using ctql::Sum = reduce_sizes_t<detail::add_i, 0, Ts...> Sum of
Ts::sizefor a pack ofHasStaticSizetypes.Note
Empty pack yields
0.- Template Parameters:
Ts – Types satisfying
HasStaticSize.- Return:
Alias to
std::integral_constant<size_t, sum>.