libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ begin() [2/2]

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
iterator std::deque< _Tp, _Alloc >::begin ( )
inlinenodiscardnoexcept

Returns a read/write iterator that points to the first element in the deque. Iteration is done in ordinary element order.

Definition at line 1213 of file stl_deque.h.

1214 { return this->_M_impl._M_start; }
_Deque_impl _M_impl
Definition stl_deque.h:616

Referenced by std::deque< _Tp, polymorphic_allocator< _Tp > >::deque(), std::deque< _Tp, polymorphic_allocator< _Tp > >::deque(), _M_assign_aux(), _M_erase(), _M_erase(), std::operator<=>(), and operator=().

Here is the caller graph for this function: