PMDK C++ bindings  1.13.0-git23.gf49772ac
This is the C++ bindings documentation for PMDK's libpmemobj.
pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator > Member List

This is the complete list of members for pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >, including all inherited members.

concurrent_map()=defaultpmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >
concurrent_map(const concurrent_map &table)pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline
concurrent_map(concurrent_map &&table)pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline
concurrent_map(const key_compare &comp, const allocator_type &alloc=allocator_type())pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inlineexplicit
concurrent_map(InputIt first, InputIt last, const key_compare &comp=Comp(), const allocator_type &alloc=allocator_type())pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline
concurrent_map(std::initializer_list< value_type > ilist)pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline
operator=(const concurrent_map &other)pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline
operator=(concurrent_map &&other)pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator >inline