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
  642 	difference_type __index = __pos - this->_M_impl._M_start;
  650 	    __pos = this->_M_impl._M_start + __index;
  651 	    iterator __pos1 = __pos;
  662 	    __pos = this->_M_impl._M_start + __index;
  663 	    _GLIBCXX_MOVE_BACKWARD3(__pos, __back2, __back1);
  665 	*__pos = _GLIBCXX_MOVE(__x_copy);
  666 	return __pos;