PMDK C++ bindings  1.13.0-git107.g7e59f08f
This is the C++ bindings documentation for PMDK's libpmemobj.
pmem::obj::allocator< T, Policy, Traits >::rebind< U > Struct Template Reference

Rebind to a different type. More...

#include <libpmemobj++/allocator.hpp>

Public Types

using other = allocator< U, typename AllocationPolicy::template rebind< U >::other, typename TTraits::template rebind< U >::other >
 

Detailed Description

template<typename T, typename Policy = standard_alloc_policy<T>, typename Traits = object_traits<T>>
template<typename U>
struct pmem::obj::allocator< T, Policy, Traits >::rebind< U >

Rebind to a different type.


The documentation for this struct was generated from the following file: