[#86478BD00FE9276508CF34E69BDEA72ABB7E2C1B]

Function decode_view:: find

Finds the first occurrence of character in this view

Synopsis

            const_iterator
find(char ch) const noexcept;
        

Description

Complexity

Linear.

Exception Safety

Throws nothing.