Searched defs:allocator_traits (Results 1 – 2 of 2) sorted by relevance
4 template<typename _Alloc> struct allocator_traits { struct5 typedef decltype ( _S_size_type_helper ( ( _Alloc * ) 0 ) ) __size_type;
20565 struct allocator_traits : __allocator_traits_base struct20568 typedef _Alloc allocator_type;20570 typedef typename _Alloc::value_type value_type;20577 using pointer = __detected_or_t<value_type*, __pointer, _Alloc>;20585 using const_pointer20595 using void_pointer20604 using const_void_pointer20614 using difference_type20624 using size_type20634 using propagate_on_container_copy_assignment[all …]