Return an iterator referring to the first character in this modifiable string (or the past‐the‐end iterator if this string is empty).

Synopsis

Declared in <bslstl_string.h>

iterator
begin() noexcept;

Created with MrDocs