rfind

Finds the first occurrence of character in this view

Synopsis

const_iterator rfind( char ch) noexcept;

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

Description

Complexity

Linear.

Exception Safety

Throws nothing.