Return an iterator to the beginning

Synopsis

iterator
begin() const noexcept;

Description

Example

auto it = this->begin();

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

An iterator to the first decoded character

Created with MrDocs