44template<
typename UnitType>
49template<
typename Unit_>
69template<
typename... Types>
72template<
typename Pack_>
74 return sizeof...(Types);
77template<
typename Pack_>
105template<
typename ValueUnit_>
112 static constexpr auto value = Value;
116template<
typename ValueUnit_>
129 template<
typename>
typename
152template<
typename Pack_,
template<
typename...>
typename Template>
156template<
template<
typename...>
typename Template,
typename... Elements>
159 using type = Template<Elements...>;
163template<
typename Pack_,
template<
typename...>
typename Template>