[#BloombergLP-bslma-StdTestAllocator-rebind] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator]::rebind :relfileprefix: ../../../ :mrdocs: This nested `struct` template, parameterized by `ANY_TYPE`, provides a namespace for an `other` type alias, which is a `StdTestAllocator` type following the same template as this one but that allocates elements of `ANY_TYPE`. Note that this `StdTestAllocator` type is convertible to and from `other` for any type, including `void`. == Synopsis Declared in `<bslma_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ANY_TYPE> struct rebind; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslma/StdTestAllocator/rebind/other.adoc[`other`] | Alias for a `StdTestAllocator` instantiated on `ANY_TYPE`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#