[#bsl-slist-end-0c] = xref:bsl.adoc[bsl]::xref:bsl/slist.adoc[slist]::end :relfileprefix: ../../ :mrdocs: `end` overloads == Synopses Declared in `<bslstp_slist.h>` Return the past‐the‐end iterator for this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/slist/iterator.adoc[iterator] xref:bsl/slist/end-01.adoc[end](); ---- [.small]#xref:bsl/slist/end-01.adoc[_» more..._]# Return the past‐the‐end const iterator for this list. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/slist/const_iterator.adoc[const_iterator] xref:bsl/slist/end-0e.adoc[end]() const; ---- [.small]#xref:bsl/slist/end-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#