Definition at line 235 of file deque.tcc.
237 {
242 {
246 }
247 else
248 {
252 }
254 }
#define _GLIBCXX_MOVE3(_Tp, _Up, _Vp)
#define _GLIBCXX_MOVE_BACKWARD3(_Tp, _Up, _Vp)
void pop_back() noexcept
Removes last element.
size_type size() const noexcept
ptrdiff_t difference_type
void pop_front() noexcept
Removes first element.
iterator begin() noexcept
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
References deque(), _GLIBCXX_MOVE3, _GLIBCXX_MOVE_BACKWARD3, begin(), end(), pop_back(), pop_front(), and size().