Definition at line 643 of file deque.tcc.
647 {
650 return;
651
656 else
658 }
constexpr iterator_traits< _InputIterator >::difference_type distance(_InputIterator __first, _InputIterator __last)
A generalization of pointer arithmetic.
void _M_range_append(_InputIterator __first, _Sentinel __last, size_type __n)
void _M_range_prepend(_InputIterator __first, _Sentinel __last, size_type __n)
iterator _M_insert_aux(iterator __pos, const value_type &__x)
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
References deque(), std::_Deque_iterator< _Tp, _Ref, _Ptr >::_M_cur, _M_insert_aux(), _M_range_append(), _M_range_prepend(), and std::distance().