PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
concurrent_map.hpp File Reference

Persistent memory aware implementation of Intel TBB concurrent_map. More...

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.
 

Detailed Description

Persistent memory aware implementation of Intel TBB concurrent_map.