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
  423     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  423     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  423     inline _Deque_iterator<_Tp, _Tp&, _Tp*>
  424     move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  424     move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  424     move(_Deque_iterator<_Tp, _Tp&, _Tp*> __first,
  425 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  425 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  425 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __last,
  426 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  426 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  426 	 _Deque_iterator<_Tp, _Tp&, _Tp*> __result)
  427     { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
  427     { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
  427     { return std::move(_Deque_iterator<_Tp, const _Tp&, const _Tp*>(__first),
  428 		       _Deque_iterator<_Tp, const _Tp&, const _Tp*>(__last),
  428 		       _Deque_iterator<_Tp, const _Tp&, const _Tp*>(__last),
  428 		       _Deque_iterator<_Tp, const _Tp&, const _Tp*>(__last),