PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Persistent memory aware implementation of Intel TBB concurrent_map. More...
#include <libpmemobj++/allocator.hpp>
#include <libpmemobj++/container/detail/concurrent_skip_list_impl.hpp>
#include <libpmemobj++/detail/pair.hpp>
Go to the source code of this file.
Classes | |
class | pmem::obj::experimental::concurrent_map< Key, Value, Comp, Allocator > |
Persistent memory aware implementation of Intel TBB concurrent_map with API partially compatible to std::map. More... | |
Namespaces | |
pmem | |
Persistent memory namespace. | |
pmem::obj | |
Main libpmemobj namespace. | |
pmem::obj::experimental | |
Experimental implementations. | |
Persistent memory aware implementation of Intel TBB concurrent_map.