:relfileprefix: ../../../ [#boost-urls-decode_view-find] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/decode_view.adoc[pass:[decode_view]]::find 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] find(char ch) const noexcept; ---- == Description === Complexity Linear. === Exception Safety Throws nothing.