BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::_Alloc_traits< _Tp, _Allocator > Struct Template Reference

#include <bslstp_alloc.h>

Public Types

typedef _Allocator _Orig
 
typedef _Allocator::template rebind< _Tp > _Rebind_type
 
typedef _Rebind_type::other allocator_type
 

Static Public Member Functions

static allocator_type create_allocator (const _Orig &__a)
 

Member Typedef Documentation

◆ _Orig

template<class _Tp , class _Allocator >
typedef _Allocator bsl::_Alloc_traits< _Tp, _Allocator >::_Orig

◆ _Rebind_type

template<class _Tp , class _Allocator >
typedef _Allocator::template rebind<_Tp> bsl::_Alloc_traits< _Tp, _Allocator >::_Rebind_type

◆ allocator_type

template<class _Tp , class _Allocator >
typedef _Rebind_type::other bsl::_Alloc_traits< _Tp, _Allocator >::allocator_type

Member Function Documentation

◆ create_allocator()

template<class _Tp , class _Allocator >
static allocator_type bsl::_Alloc_traits< _Tp, _Allocator >::create_allocator ( const _Orig __a)
inlinestatic

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