Wildmeshing Toolkit
|
#include <functional>
#include <type_traits>
#include <utility>
#include <variant>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::utils | |
wmtk::utils::metaprogramming | |
Typedefs | |
template<typename... T> | |
using | wmtk::utils::metaprogramming::ReferenceWrapperVariant = std::variant< std::reference_wrapper< T >... > |