BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslma::StdTestAllocator< TYPE >::rebind< ANY_TYPE > Struct Template Reference

#include <bslma_stdtestallocator.h>

Public Types

typedef StdTestAllocator< ANY_TYPE > other
 

Detailed Description

template<class TYPE>
template<class ANY_TYPE>
struct bslma::StdTestAllocator< TYPE >::rebind< ANY_TYPE >

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.

Member Typedef Documentation

◆ other

template<class TYPE >
template<class ANY_TYPE >
typedef StdTestAllocator<ANY_TYPE> bslma::StdTestAllocator< TYPE >::rebind< ANY_TYPE >::other

The documentation for this struct was generated from the following file: