Finds the first occurrence of character in this view

Synopsis

const_iterator
find(char ch) const noexcept;

Description

Complexity

Linear.

Exception Safety

Throws nothing.

Return Value

An iterator to the first decoded occurrence of ch or end()

Parameters

Name

Description

ch

The character to search for

Created with MrDocs