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

References

usr/include/c++/7.4.0/bits/stl_heap.h
  217       const _Distance __topIndex = __holeIndex;
  218       _Distance __secondChild = __holeIndex;
  225 	  *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first + __secondChild));
  226 	  __holeIndex = __secondChild;
  231 	  *(__first + __holeIndex) = _GLIBCXX_MOVE(*(__first
  233 	  __holeIndex = __secondChild - 1;
  237       std::__push_heap(__first, __holeIndex, __topIndex,