_Alloc_traits Struct Reference

struct _Alloc_traits
Public Member Functions
allocator_type create_allocator (const _Orig &)
Public Member Type Definitions
typedef _Allocator _Orig
typedef _Allocator::_STLP_TEMPLATE rebind< _Tp > _Rebind_type
typedef _Rebind_type::other allocator_type

Member Functions Documentation

create_allocator(const _Orig &)

allocator_type create_allocator ( const _Orig & __a ) [static, inline]

Parameters

const _Orig & __a

Member Type Definitions Documentation

Typedef _Orig

typedef _Allocator _Orig

Typedef _Rebind_type

typedef _Allocator::_STLP_TEMPLATE rebind< _Tp > _Rebind_type

Typedef allocator_type

typedef _Rebind_type::other allocator_type