Bitcoin ABC 0.30.5
P2P Digital Currency
|
The rebind struct here is mandatory because we use non type template arguments for PoolAllocator. More...
#include <pool.h>
Public Types | |
using | other = PoolAllocator< U, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES > |
The rebind struct here is mandatory because we use non type template arguments for PoolAllocator.
See https://en.cppreference.com/w/cpp/named_req/Allocator#cite_note-2
using PoolAllocator< T, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES >::rebind< U >::other = PoolAllocator<U, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES> |