bsl::basic_string<wchar_t>::end

end overloads

Synopses

Declared in <bslstl_string.h>

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

iterator
end() noexcept;
» more...

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

const_iterator
end() const noexcept;
» more...