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
begin() const noexcept;

Created with MrDocs