end overloads

Synopses

Declared in <bslstl_string.h>

Return the past‐the‐end iterator for this modifiable string.

iterator
end() noexcept;

Return the past‐the‐end iterator for this string.

const_iterator
end() const noexcept;

Created with MrDocs