:relfileprefix: ../../../../ [#6359E4103B8AAF5508C81F586B66D7BC7615C086-rfind] = Overload set string_view_base::rfind == 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] rfind( string_view str, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = core::string_view::npos) const noexcept; xref:boost/urls/grammar/string_view_base/rfind-0ed.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] rfind( char c, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = core::string_view::npos) const noexcept; xref:boost/urls/grammar/string_view_base/rfind-0eb.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] rfind( 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/rfind-0b.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] rfind( const char* s, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = core::string_view::npos) const noexcept; xref:boost/urls/grammar/string_view_base/rfind-0d.adoc[pass:c,q,m[*_» more..._*]] ----