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>

template<class ANY_TYPE>
struct rebind;

Type Aliases

Name

Description

other

Alias for a StdTestAllocator instantiated on ANY_TYPE.

Created with MrDocs