[#PoolAllocator-04-rebind] = xref:PoolAllocator-04.adoc[PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>]::rebind :relfileprefix: ../ :mrdocs: 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 == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename U> struct rebind; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#