end overloads
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...