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

Go to the source code of this file.

Classes

struct  wmtk::utils::metaprogramming::unwrap_reference< T >
 
struct  wmtk::utils::metaprogramming::unwrap_reference< std::reference_wrapper< U > >
 
struct  wmtk::utils::metaprogramming::unwrap_ref_decay< T >
 

Namespaces

 wmtk
 
 wmtk::utils
 
 wmtk::utils::metaprogramming
 

Typedefs

template<class T >
using wmtk::utils::metaprogramming::unwrap_ref_decay_t = typename unwrap_ref_decay< T >::type