:relfileprefix: ../../../../ [#6359E4103B8AAF5508C81F586B66D7BC7615C086-find] = Overload set string_view_base::find == Members pass:v,q[Return the position of matching characters] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find( string_view str, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; xref:boost/urls/grammar/string_view_base/find-0d.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of matching characters] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find( char c, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; xref:boost/urls/grammar/string_view_base/find-00.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of matching characters] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find( const char* s, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] n) const noexcept; xref:boost/urls/grammar/string_view_base/find-07.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of matching characters] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find( const char* s, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; xref:boost/urls/grammar/string_view_base/find-0c.adoc[pass:c,q,m[*_» more..._*]] ----