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

Persistent pointer for pool handle. More...

#include <cassert>
#include <cstddef>
#include <type_traits>
#include <libpmemobj++/detail/specialization.hpp>
#include <libpmemobj++/persistent_ptr.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pmem
 Persistent memory namespace.
 
 pmem::detail
 Implementation details.
 

Functions

template<class T , class U >
persistent_pool_ptr< T > pmem::detail::static_persistent_pool_pointer_cast (const persistent_pool_ptr< U > &r)
 

Detailed Description

Persistent pointer for pool handle.