Searched defs:_Alloc_traits (Results 1 – 1 of 1) sorted by relevance
197 struct _Alloc_traits { struct198 typedef _Allocator _Orig;200 typedef typename _Allocator::_STLP_TEMPLATE rebind<_Tp> _Rebind_type;201 typedef typename _Rebind_type::other allocator_type;202 static allocator_type create_allocator(const _Orig& __a) in create_allocator()207 typedef _Allocator allocator_type;