Return an STL-compatible iterator to the first character of the string bound to this string reference or end() if the string reference is empty. The iterator remains valid as long as this object is valid and is bound to the same string.
end()
Declared in <bslstl_stringref.h>
<bslstl_stringref.h>
const_iterator begin() const;