rend overloads
Declared in <bslstl_vector.h>
Return the past-the-end reverse iterator providing modifiable access to this vector.
vectorBase<VALUE_TYPE>::reverse_iterator
rend() noexcept;
» more...
Return the past-the-end reverse iterator providing non-modifiable access to this vector.
vectorBase<VALUE_TYPE>::const_reverse_iterator
rend() const noexcept;
» more...