[#boost-urls-decode_view-rfind] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/decode_view.adoc[decode_view]::rfind :relfileprefix: ../../../ :mrdocs: Finds the first occurrence of character in this view == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/decode_view.hpp#L449[boost/url/decode_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/decode_view/const_iterator.adoc[const_iterator] rfind(char ch) const noexcept; ---- == Description == Complexity Linear. == Exception Safety Throws nothing. == Return Value An iterator to the last occurrence of `ch` or `end()` == Parameters [cols=2] |=== | Name | Description | *ch* | The character to search for |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#