#include <di/container/hash/node/node_hash_map.h>
◆ NodeHashMap() [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>
◆ NodeHashMap() [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>
The documentation for this class was generated from the following file: