numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
concurrent_map.h File Reference

Definition of concurrent_map class. More...

#include <functional>
#include <memory>
#include <utility>
#include <hash_tables/maps/separate_shared_chain_map_mt.h>
#include "num_collect/util/comparators.h"
#include "num_collect/util/concepts/comparator.h"
#include "num_collect/util/concepts/hash_function.h"
+ Include dependency graph for concurrent_map.h:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 

Typedefs

template<typename Key , typename Value , concepts::hash_function< Key > Hash = std::hash<Key>, concepts::comparator< Key, Key > KeyEqual = equal<Key>, typename Allocator = std::allocator<std::pair<Key, Value>>>
using num_collect::util::concurrent_map
 Type of concurrent maps.
 

Detailed Description

Definition of concurrent_map class.

Definition in file concurrent_map.h.