Wildmeshing Toolkit
ReferenceWrappedFunctorReturnCache.hpp File Reference
#include <algorithm>
#include <functional>
#include <map>
#include <stdexcept>
#include <tuple>
#include <variant>
#include "ReferenceWrappedFunctorReturnType.hpp"
Include dependency graph for ReferenceWrappedFunctorReturnCache.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wmtk::utils::metaprogramming::detail::DefaultComparatorType
 
class  wmtk::utils::metaprogramming::detail::DefaultComparatorType::Equal
 
class  wmtk::utils::metaprogramming::detail::DefaultComparatorType::Less
 
class  wmtk::utils::metaprogramming::detail::ReferenceWrappedFunctorReturnCache< Functor, BaseVariantTraitsType, ComparatorType, OtherArgumentTypes >
 

Namespaces

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

Typedefs

template<typename Functor , typename BaseVariantTraitsType , typename ComparatorType , typename... OtherArgumentTypes>
using wmtk::utils::metaprogramming::ReferenceWrappedFunctorReturnCacheCustomComparator = std::conditional_t< all_return_void_v< Functor, BaseVariantTraitsType, OtherArgumentTypes... >, std::monostate, detail::ReferenceWrappedFunctorReturnCache< Functor, BaseVariantTraitsType, ComparatorType, OtherArgumentTypes... > >
 
template<typename Functor , typename BaseVariantTraitsType , typename... OtherArgumentTypes>
using wmtk::utils::metaprogramming::ReferenceWrappedFunctorReturnCache = std::conditional_t< all_return_void_v< Functor, BaseVariantTraitsType, OtherArgumentTypes... >, std::monostate, detail::ReferenceWrappedFunctorReturnCache< Functor, BaseVariantTraitsType, detail::DefaultComparatorType, OtherArgumentTypes... > >