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