Return a constant iterator to the first element in this deque.
Synopsis
Declared in <bslstl_deque.h>
Deque_Base<VALUE_TYPE>::const_iterator
begin() const noexcept;
Return Value
const iterator to the beginning, or past‐the‐end if empty
Created with MrDocs