Iros
 
Loading...
Searching...
No Matches
node_hash_set.h File Reference

Go to the source code of this file.

Classes

struct  di::container::detail::NodeHashSetTag< Value >
 
class  di::container::NodeHashSet< Value, Eq, Hasher, Buckets, Alloc >
 
class  di::NodeHashSet< Value, Eq, Hasher, Buckets, Alloc >
 

Namespaces

namespace  di
 
namespace  di::container
 
namespace  di::container::detail
 

Functions

template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< NodeHashSet >, Con &&) -> NodeHashSet< T >
 
template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>, typename Eq>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< NodeHashSet >, Con &&, Eq) -> NodeHashSet< T, Eq >
 
template<concepts::InputContainer Con, typename T = meta::ContainerValue<Con>, typename Eq, typename Hasher>
auto di::container::tag_invoke (types::Tag< util::deduce_create >, InPlaceTemplate< NodeHashSet >, Con &&, Eq, Hasher) -> NodeHashSet< T, Eq, Hasher >