bsl::vectorBase::end

end overloads

Synopses

Declared in <bslstl_vector.h>

Return the past-the-end iterator providing modifiable access to this vector.

vectorBase<VALUE_TYPE>::iterator
end() noexcept;
» more...

Return the past-the-end (forward) iterator providing non-modifiable access to this vector.

vectorBase<VALUE_TYPE>::const_iterator
end() const noexcept;
» more...