Quick Links:

bal | bbl | bdl | bsl

Public Types

bsltf::StdAllocatorAdaptor< ALLOCATOR >::rebind< BDE_OTHER_TYPE > Struct Template Reference

#include <bsltf_stdallocatoradaptor.h>

List of all members.

Public Types

typedef StdAllocatorAdaptor
< typename ALLOCATOR::template
rebind< BDE_OTHER_TYPE >
::other
other

Detailed Description

template<class ALLOCATOR>
template<class BDE_OTHER_TYPE>
struct bsltf::StdAllocatorAdaptor< ALLOCATOR >::rebind< BDE_OTHER_TYPE >

This nested struct template, parameterized by some BDE_OTHER_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 BDE_OTHER_TYPE. Note that this allocator type is convertible to and from other for any BDE_OTHER_TYPE including void.

See Component bsltf_stdallocatoradaptor


Member Typedef Documentation

template<class ALLOCATOR>
template<class BDE_OTHER_TYPE>
typedef StdAllocatorAdaptor< typename ALLOCATOR::template rebind<BDE_OTHER_TYPE>::other> bsltf::StdAllocatorAdaptor< ALLOCATOR >::rebind< BDE_OTHER_TYPE >::other

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