BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsl::polymorphic_allocator< TYPE >::rebind< ANY_TYPE > Struct Template Reference

#include <bslma_polymorphicallocator.h>

Detailed Description

template<class TYPE = unsigned char>
template<class ANY_TYPE>
struct bsl::polymorphic_allocator< TYPE >::rebind< ANY_TYPE >

This nested struct template, parameterized by ANY_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 ANY_TYPE.

Note
Note that this allocator type is convertible to and from other for any type, including void.

See bslma_polymorphicallocator

Public Types

typedef polymorphic_allocator< ANY_TYPE > other
 

Member Typedef Documentation

◆ other

template<class TYPE = unsigned char>
template<class ANY_TYPE >
typedef polymorphic_allocator<ANY_TYPE> bsl::polymorphic_allocator< TYPE >::rebind< ANY_TYPE >::other

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