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

References

usr/include/c++/7.4.0/bits/deque.tcc
  552       _Alloc_traits::destroy(_M_get_Tp_allocator(),
  565       _Alloc_traits::destroy(_M_get_Tp_allocator(),
usr/include/c++/7.4.0/bits/forward_list.tcc
   72       _Node_alloc_traits::destroy(_M_get_Node_allocator(),
   90 	  _Node_alloc_traits::destroy(_M_get_Node_allocator(),
usr/include/c++/7.4.0/bits/hashtable_policy.h
 2084       __value_alloc_traits::destroy(__a, __n->_M_valptr());
usr/include/c++/7.4.0/bits/list.tcc
   76 	  _Node_alloc_traits::destroy(_M_get_Node_allocator(), __val);
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  535 	allocator_traits<_Alloc>::destroy(_M_impl._M_alloc(), _M_ptr());
 1310 	    allocator_traits<_Alloc>::destroy(_M_alloc, __guard.get());
usr/include/c++/7.4.0/bits/stl_deque.h
 1584 	    _Alloc_traits::destroy(this->_M_impl,
 1608 	    _Alloc_traits::destroy(this->_M_impl,
usr/include/c++/7.4.0/bits/stl_list.h
 1815 	_Node_alloc_traits::destroy(_M_get_Node_allocator(), __n->_M_valptr());
usr/include/c++/7.4.0/bits/stl_tree.h
  650 	_Alloc_traits::destroy(_M_get_Node_allocator(), __p->_M_valptr());
usr/include/c++/7.4.0/bits/stl_vector.h
  979 	_Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish);
 1462 	{ _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); }
usr/include/c++/7.4.0/bits/vector.tcc
  159       _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish);
  439 	    _Alloc_traits::destroy(this->_M_impl,