:relfileprefix: ../../../ [#boost-urls-decode_view-rfind] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/decode_view.adoc[pass:[decode_view]]::rfind Finds the first occurrence of character in this view == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/decode_view/const_iterator.adoc[const_iterator] rfind(char ch) const noexcept; ---- == Description === Complexity Linear. === Exception Safety Throws nothing.