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