rend overloads
Synopses
Declared in <bslstl_list.h>
Return the past‐the‐end reverse iterator providing modifiable access to this list.
list<VALUE, ALLOCATOR>::reverse_iterator
rend() noexcept;
Return the past‐the‐end reverse iterator providing non‐modifiable access to this list.
list<VALUE, ALLOCATOR>::const_reverse_iterator
rend() const noexcept;
Return Value
-
past‐the‐end reverse iterator
-
past‐the‐end const reverse iterator
Created with MrDocs