[#bsl-allocator-0ac-rebind] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0ac.adoc[allocator<void>]::rebind :relfileprefix: ../../ :mrdocs: This nested `struct` template, parameterized by `ANY_TYPE`, provides a namespace for an `other` type alias, which is this template instantiated with `ANY_TYPE` instead of `TYPE`. Note that this allocator type is convertible to and from `other` for any type, including `void`. == Synopsis Declared in `<bslma_bslallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ANY_TYPE> struct rebind; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#