Return an iterator to the end

Synopsis

iterator
end() const noexcept;

Description

Example

auto it = this->end();

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

An iterator to one past the last decoded character

Created with MrDocs