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