Return a const iterator to the first element of this vector.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::const_iterator
begin() const noexcept;
Return Value
const iterator to the first element, or past‐the‐end if empty
Created with MrDocs