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

References

usr/include/c++/7.4.0/bits/stl_deque.h
  438     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  438     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  438     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  439     move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  439     move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  439     move_backward(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  440 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  440 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  440 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  441 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  441 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  441 		  _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  442     { return std::move_backward(_Deque_iterator<_Tp,
  443 				const _Tp&, const _Tp*>(__first),
  443 				const _Tp&, const _Tp*>(__first),
  444 				_Deque_iterator<_Tp,
  445 				const _Tp&, const _Tp*>(__last),
  445 				const _Tp&, const _Tp*>(__last),