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

References

usr/include/c++/7.4.0/bits/stl_tree.h
  588       { return _Alloc_traits::allocate(_M_get_Node_allocator(), 1); }
  592       { _Alloc_traits::deallocate(_M_get_Node_allocator(), __p, 1); }
  626 	      _Alloc_traits::construct(_M_get_Node_allocator(),
  650 	_Alloc_traits::destroy(_M_get_Node_allocator(), __p->_M_valptr());
  693 	  : _Node_allocator(_Alloc_traits::_S_select_on_copy(__x))
 1666       _M_move_assign(__x, __bool_constant<_Alloc_traits::_S_nothrow_move()>());
 1707 	  if (_Alloc_traits::_S_propagate_on_copy_assign())
 1711 	      if (!_Alloc_traits::_S_always_equal()
 2018       _Alloc_traits::_S_on_swap(_M_get_Node_allocator(),