PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
Features
Groups of libpmemobj-cpp features:
 ContainersCustom (but STL-like) containers for persistent memory
 Experimental ContainersPMem containers under development and/or in testing
 TransactionsTransactional approach to store data on pmem
 AllocationFunctions and classes to support allocations on pmem
 Data ViewVarious views of persistent objects
 Synchronization PrimitivesPersistent memory resident implementation of synchronization primitives
 PrimitivesBasic classes that provide PMEM-aware pointers and pool handlers
 ExceptionsPossible exceptions that could be thrown by the libpmemobj++