[#bsl-basic_string-0fb-cbegin] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0fb.adoc[basic_string<char>]::cbegin :relfileprefix: ../../ :mrdocs: Return an iterator providing non‐modifiable access to the first character of this string (or the past‐the‐end iterator if this string is empty). == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0fb/const_iterator.adoc[const_iterator] cbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#