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;
Created with MrDocs
Return a constant iterator to the first element in this deque.
Declared in <bslstl_deque.h>
Deque_Base<VALUE_TYPE>::const_iterator
begin() const noexcept;
Created with MrDocs