find

Finds the first occurrence of character in this view

Synopsis

const_iterator find( char ch) noexcept;

Declared in file <src/decode_view.cpp> at line 197

Description

Complexity

Linear.

Exception Safety

Throws nothing.