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

#include <bslma_bslallocator.h>

Public Types

typedef allocator< ANY_TYPE > other
 

Detailed Description

template<class TYPE = polymorphic_allocator<>::value_type>
template<class ANY_TYPE>
struct bsl::allocator< TYPE >::rebind< ANY_TYPE >

This nested struct template, parameterized by ANY_TYPE, provides a namespace for an other type alias, which is this template instantiated with ANY_TYPE instead of TYPE. Note that this allocator type is convertible to and from other for any type, including void.

Member Typedef Documentation

◆ other

template<class TYPE = polymorphic_allocator<>::value_type>
template<class ANY_TYPE >
typedef allocator<ANY_TYPE> bsl::allocator< TYPE >::rebind< ANY_TYPE >::other

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