Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
decode_view::rfind

Finds the first occurrence of character in this view.

Synopsis
const_iterator
rfind(
    char ch) const;
Complexity

Linear.

Exception Safety

Throws nothing.


PrevUpHomeNext