end overloads
Declared in <bslstl_deque.h>
Return the past-the-end (forward) iterator providing modifiable access to this deque.
Deque_Base<VALUE_TYPE>::iterator
end() noexcept;
» more...
Same as the related overload above for end.
Deque_Base<VALUE_TYPE>::const_iterator
end() const noexcept;
» more...