[#PoolAllocator-0e-rebind] = xref:PoolAllocator-0e.adoc[PoolAllocator]::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; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:PoolAllocator-0e/rebind/other.adoc[`other`] | The PoolAllocator type rebound to allocate objects of type U. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#