rfind

Finds the first occurrence of character in this view

Synopsis

const_iterator
rfind(char ch) const noexcept;

Declared in file <include/boost/url/decode_view.hpp> on line 432

Defined in file <src/decode_view.cpp> on line 212

Description

Complexity

Linear.

Exception Safety

Throws nothing.