rend overloads
Synopses
Declared in <bslstl_vector.h>
Return the past‐the‐end reverse iterator providing modifiable access to this vector.
reverse_iterator
rend() noexcept;
Return the past‐the‐end reverse iterator providing non‐modifiable access to this vector.
const_reverse_iterator
rend() const noexcept;
Created with MrDocs