Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
Template class memeber Rebind. More...
Public Types | |
typedef AllocatorWithCleanup < U, T_Align16 > | other |
Template class memeber Rebind.
T | allocated class or type |
T_Align16 | boolean that determines whether allocations should be aligned on 16-byte boundaries |
U | bound 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.