Return a pointer after the last item in the guarded range.
Synopsis
Declared in <bslstl_deque.h>
Deque_Guard<VALUE_TYPE, ALLOCATOR>::IteratorImp
end() const noexcept;
Return Value
iterator past the end of the guarded range
Created with MrDocs