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>
const_iterator
cbegin() const noexcept;
Return Value
const iterator to the first character, or past‐the‐end if empty
Created with MrDocs