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

References

usr/include/c++/7.4.0/bits/stl_algo.h
 1365 		  _ValueType __t = _GLIBCXX_MOVE(*__p);
 1366 		  _GLIBCXX_MOVE3(__p + 1, __p + __n, __p);
 1366 		  _GLIBCXX_MOVE3(__p + 1, __p + __n, __p);
 1366 		  _GLIBCXX_MOVE3(__p + 1, __p + __n, __p);
 1367 		  *(__p + __n - 1) = _GLIBCXX_MOVE(__t);
 1370 	      _RandomAccessIterator __q = __p + __k;
 1373 		  std::iter_swap(__p, __q);
 1374 		  ++__p;
 1388 		  _ValueType __t = _GLIBCXX_MOVE(*(__p + __n - 1));
 1389 		  _GLIBCXX_MOVE_BACKWARD3(__p, __p + __n - 1, __p + __n);
 1389 		  _GLIBCXX_MOVE_BACKWARD3(__p, __p + __n - 1, __p + __n);
 1389 		  _GLIBCXX_MOVE_BACKWARD3(__p, __p + __n - 1, __p + __n);
 1390 		  *__p = _GLIBCXX_MOVE(__t);
 1393 	      _RandomAccessIterator __q = __p + __n;
 1394 	      __p = __q - __k;
 1397 		  --__p;
 1399 		  std::iter_swap(__p, __q);