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

end overloads

Synopses

Declared in <bslstl_vector.h>

Return a past-the-end iterator for this vector.

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

Return a const past-the-end iterator for this vector.

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

Return Value

  • past-the-end iterator providing modifiable access
  • past-the-end const iterator