Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::allocator< TYPE >::rebind< ANY_TYPE > Struct Template Reference
[Component bslma_stdallocator]

#include <bslma_stdallocator.h>

List of all members.

Public Types

typedef allocator< ANY_TYPE > other

Detailed Description

template<class 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 an allocator type following the same template as this one but that allocates elements of ANY_TYPE. Note that this allocator type is convertible to and from other for any type, including void.

See Component bslma_stdallocator


Member Typedef Documentation

template<class 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: