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