Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
decode_view::find

Finds the first occurrence of character in this view.

Synopsis
const_iterator
find(
    char ch) const;
Complexity

Linear.

Exception Safety

Throws nothing.


PrevUpHomeNext