PMDK C++ bindings
1.7
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Resides on pmem property template. More...
#include <memory>
#include <libpmemobj++/detail/common.hpp>
#include <libpmemobj++/detail/specialization.hpp>
Go to the source code of this file.
Classes | |
class | pmem::obj::p< T > |
Resides on pmem class. More... | |
Functions | |
template<class T > | |
void | pmem::obj::swap (p< T > &a, p< T > &b) |
Swaps two p objects of the same type. More... | |
Resides on pmem property template.