PMDK C++ bindings
1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
|
Persistent tagged pointer. More...
#include <cassert>
#include <libpmemobj++/detail/common.hpp>
#include <libpmemobj++/experimental/atomic_self_relative_ptr.hpp>
#include <libpmemobj++/experimental/self_relative_ptr.hpp>
#include <libpmemobj++/persistent_ptr.hpp>
Go to the source code of this file.
Namespaces | |
pmem | |
Persistent memory namespace. | |
pmem::detail | |
Implementation details. | |
Typedefs | |
template<typename P1 , typename P2 > | |
using | pmem::detail::tagged_ptr = tagged_ptr_impl< P1, P2, obj::experimental::self_relative_ptr< void > > |
Persistent tagged pointer.