end overloads
Synopses
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;
Same as the related overload above for end.
Deque_Base<VALUE_TYPE>::const_iterator
end() const noexcept;
Created with MrDocs