:relfileprefix: ../../../../ [#6359E4103B8AAF5508C81F586B66D7BC7615C086-find_last_of] = Overload set string_view_base::find_last_of == Members pass:v,q[Return the position of the last match] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find_last_of( 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/find_last_of-00.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of the last match] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find_last_of( 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/find_last_of-0c.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of the last match] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find_last_of( 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_last_of-02.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return the position of the last match] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find_last_of( 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/find_last_of-08.adoc[pass:c,q,m[*_» more..._*]] ----