[#bsl-basic_string-0ce-end-0a] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0ce.adoc[basic_string<char16_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-0ce/iterator.adoc[iterator] xref:bsl/basic_string-0ce/end-08.adoc[end]() noexcept; ---- [.small]#xref:bsl/basic_string-0ce/end-08.adoc[_» more..._]# Return the past‐the‐end iterator for this string. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0ce/const_iterator.adoc[const_iterator] xref:bsl/basic_string-0ce/end-09.adoc[end]() const noexcept; ---- [.small]#xref:bsl/basic_string-0ce/end-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#