bsl::slist::end

end overloads

Synopses

Declared in <bslstp_slist.h>

Return the past-the-end iterator for this list.

iterator
end();
» more...

Return the past-the-end const iterator for this list.

const_iterator
end() const;
» more...