PMDK C++ bindings
1.10
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Experimental implementations. More...
Classes | |
class | concurrent_map |
Persistent memory aware implementation of Intel TBB concurrent_map. More... | |
class | v |
pmem::obj::experimental::v - volatile resides on pmem class. More... | |
Functions | |
template<class T > | |
void | swap (v< T > &a, v< T > &b) |
Swaps two v objects of the same type. More... | |
Experimental implementations.
It contains implementations, which are not yet ready to be used in production. They may be not finished, not fully tested or still in discussion. It is located within pmem::obj namespace.