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;
Created with MrDocs