Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
AllocatorWithCleanup< T, T_Align16 >::rebind< V > Struct Template Reference

Template class member Rebind. More...

Public Types

typedef AllocatorWithCleanup< V, T_Align16 > other
 

Detailed Description

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

Template class member Rebind.

Template Parameters
Vbound 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 272 of file secblock.h.


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