| 
    PMDK C++ bindings
    1.7
    
   This is the C++ bindings documentation for PMDK's libpmemobj. 
   | 
 
Object traits specialization for the void type. More...
#include <libpmemobj++/allocator.hpp>
Classes | |
| struct | rebind | 
| Rebind to a different type.  More... | |
Public Member Functions | |
| object_traits ()=default | |
| Defaulted constructor.  | |
| ~object_traits ()=default | |
| Defaulted destructor.  | |
| template<typename U > | |
| object_traits (object_traits< U > const &) | |
| Type converting constructor.  | |
Object traits specialization for the void type.
Designed to be used with C++ allocators. Can be specialized if necessary.