reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
98 if (_Alloc_traits::_S_propagate_on_copy_assign()) 100 if (!_Alloc_traits::_S_always_equal() 142 _Alloc_traits::construct(this->_M_impl, 167 _Alloc_traits::construct(this->_M_impl, 491 _Alloc_traits::construct(this->_M_impl, 529 _Alloc_traits::construct(this->_M_impl, 552 _Alloc_traits::destroy(_M_get_Tp_allocator(), 565 _Alloc_traits::destroy(_M_get_Tp_allocator(),usr/include/c++/7.4.0/bits/stl_deque.h
849 typedef typename _Alloc_traits::pointer pointer; 850 typedef typename _Alloc_traits::const_pointer const_pointer; 851 typedef typename _Alloc_traits::reference reference; 852 typedef typename _Alloc_traits::const_reference const_reference; 948 : _Base(_Alloc_traits::_S_select_on_copy(__x._M_get_Tp_allocator()), 1071 using __always_equal = typename _Alloc_traits::is_always_equal; 1277 { return _Alloc_traits::max_size(_M_get_Tp_allocator()); } 1509 _Alloc_traits::construct(this->_M_impl, 1547 _Alloc_traits::construct(this->_M_impl, 1584 _Alloc_traits::destroy(this->_M_impl, 1608 _Alloc_traits::destroy(this->_M_impl, 1829 _Alloc_traits::_S_on_swap(_M_get_Tp_allocator(), 2186 _Alloc_traits::_S_propagate_on_move_assign();