12namespace templa::convert
25 template <
typename... Ts>
47 template <
template <
typename...>
class From,
typename... Ts>
62 template <
typename... Ts>
84 template <
template <
typename...>
class From,
typename... Ts>
Converts a pack of types into a std::tuple of those types.
Definition convert.hpp:64
Converts a pack of types into a std::variant of those types.
Definition convert.hpp:27