bsl::vector<VALUE_TYPE*, ALLOCATOR>::begin

begin overloads

Synopses

Declared in <bslstl_vector.h>

Return an iterator to the first element of this vector.

vector<VALUE_TYPE*, ALLOCATOR>::iterator
begin() noexcept;
» more...

Return a const iterator to the first element of this vector.

vector<VALUE_TYPE*, ALLOCATOR>::const_iterator
begin() const noexcept;
» more...

Return Value

  • iterator providing modifiable access to the first element, or past-the-end if empty
  • const iterator to the first element, or past-the-end if empty