|
Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Converts. More...
#include <iostream>#include <variant>Go to the source code of this file.
Classes | |
| struct | templa::convert::convert_to_variant< Ts > |
| Converts a pack of types into a std::variant of those types. More... | |
| struct | templa::convert::convert_to_variant< From< Ts... > > |
| Converts a template instantiation of types into a std::variant of those types. More... | |
| struct | templa::convert::convert_to_tuple< Ts > |
| Converts a pack of types into a std::tuple of those types. More... | |
| struct | templa::convert::convert_to_tuple< From< Ts... > > |
| Converts a template instantiation of types into a std::tuple of those types. More... | |
Converts.