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