BloombergLP::bslstl::StringRefImp::end

Return an iterator past the last character of the referenced string.

Synopsis

Declared in <bslstl_stringref.h>

StringRefImp<CHAR_TYPE>::const_iterator
end() const;

Description

Return an STL-compatible iterator one-past-the-last character of the string bound to this string reference or begin() if the string reference is empty. The iterator remains valid as long as this object is valid and is bound to the same string.

Return Value

past-the-end iterator