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