[#8902CB8392D74B91D2E7D89AC0A7A08C18B35ABB]

Function decode_view:: begin

Return an iterator to the beginning

Synopsis

            iterator
begin() const noexcept;
        

Description

Example

auto it = this->begin();

Complexity

Constant.

Exception Safety

Throws nothing.