Wildmeshing Toolkit
|
#include <tuple>
#include <variant>
Go to the source code of this file.
Classes | |
struct | wmtk::utils::metaprogramming::tuple::detail::as_variant_type< T > |
struct | wmtk::utils::metaprogramming::tuple::detail::as_variant_type< std::tuple< Ts... > > |
Namespaces | |
wmtk | |
wmtk::utils | |
wmtk::utils::metaprogramming | |
wmtk::utils::metaprogramming::tuple | |
wmtk::utils::metaprogramming::tuple::detail | |
Typedefs | |
template<typename T > | |
using | wmtk::utils::metaprogramming::tuple::as_variant_type_t = typename detail::as_variant_type< T >::type |