reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/list.tcc
   76 	  _Node_alloc_traits::destroy(_M_get_Node_allocator(), __val);
  274               auto& __this_alloc = this->_M_get_Node_allocator();
usr/include/c++/7.4.0/bits/stl_list.h
  410       : _M_impl(std::move(__x._M_get_Node_allocator()))
  573 	  auto& __alloc = _M_get_Node_allocator();
 1393 	_Node_alloc_traits::_S_on_swap(this->_M_get_Node_allocator(),
 1394 				       __x._M_get_Node_allocator());
 1815 	_Node_alloc_traits::destroy(_M_get_Node_allocator(), __n->_M_valptr());
 1828 	    _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator()))
 1828 	    _S_do_it(_M_get_Node_allocator(), __x._M_get_Node_allocator()))
 1852 	std::__alloc_on_move(this->_M_get_Node_allocator(),
 1853 			     __x._M_get_Node_allocator());