Wildmeshing Toolkit
ReferenceWrapperVariant.hpp File Reference
#include <functional>
#include <type_traits>
#include <utility>
#include <variant>
Include dependency graph for ReferenceWrapperVariant.hpp:
This graph shows which files directly or indirectly include this file:

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 >... >