Iros
 
Loading...
Searching...
No Matches
di::container::NodeHashMultiMap< Key, Value, Eq, Hasher, Buckets, Alloc > Class Template Reference

#include <di/container/hash/node/node_hash_multimap.h>

Inheritance diagram for di::container::NodeHashMultiMap< Key, Value, Eq, Hasher, Buckets, Alloc >:
[legend]

Public Member Functions

 NodeHashMultiMap ()=default
 
 NodeHashMultiMap (Eq, Hasher, Buckets const &comparator)
 

Constructor & Destructor Documentation

◆ NodeHashMultiMap() [1/2]

template<typename Key, typename Value, typename Eq = function::Equal, concepts::Hasher Hasher = DefaultHasher, typename Buckets = container::Vector< IntrusiveForwardList<HashNode<detail::NodeHashMapTag<Key, Value>>, detail::NodeHashMapTag<Key, Value>>>, concepts::Allocator Alloc = platform::DefaultAllocator>
di::container::NodeHashMultiMap< Key, Value, Eq, Hasher, Buckets, Alloc >::NodeHashMultiMap ( )
default

◆ NodeHashMultiMap() [2/2]

template<typename Key, typename Value, typename Eq = function::Equal, concepts::Hasher Hasher = DefaultHasher, typename Buckets = container::Vector< IntrusiveForwardList<HashNode<detail::NodeHashMapTag<Key, Value>>, detail::NodeHashMapTag<Key, Value>>>, concepts::Allocator Alloc = platform::DefaultAllocator>
di::container::NodeHashMultiMap< Key, Value, Eq, Hasher, Buckets, Alloc >::NodeHashMultiMap ( Eq ,
Hasher ,
Buckets const & comparator )
inline

The documentation for this class was generated from the following file: