PMDK C++ bindings  1.8.2
This is the C++ bindings documentation for PMDK's libpmemobj.
Namespaces
specialization.hpp File Reference

Helper template for persistent ptr specialization. More...

#include <memory>

Go to the source code of this file.

Namespaces

 pmem
 A persistent version of concurrent hash map implementation Ref: https://arxiv.org/abs/1509.02235.
 

Detailed Description

Helper template for persistent ptr specialization.

Based on Boost library smart_ptr implementation.