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