Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
AllocatorWithCleanup< T, T_Align16 >::rebind< U > Struct Template Reference

Template class memeber Rebind. More...

#include <secblock.h>

Public Types

typedef AllocatorWithCleanup< U, T_Align16 > other
 

Detailed Description

template<class T, bool T_Align16 = false>
template<class U>
struct AllocatorWithCleanup< T, T_Align16 >::rebind< U >

Template class memeber Rebind.

Template Parameters
Tallocated class or type
T_Align16boolean that determines whether allocations should be aligned on 16-byte boundaries
Ubound class or type

Rebind allows a container class to allocate a different type of object to store elements. For example, a std::list will allocate std::list_node to store elements in the list.

VS.NET STL enforces the policy of "All STL-compliant allocators have to provide a template class member called rebind".

Definition at line 236 of file secblock.h.

Member Typedef Documentation

template<class T, bool T_Align16 = false>
template<class U >
typedef AllocatorWithCleanup<U, T_Align16> AllocatorWithCleanup< T, T_Align16 >::rebind< U >::other

Definition at line 236 of file secblock.h.


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