:relfileprefix: ../../../../ [#6359E4103B8AAF5508C81F586B66D7BC7615C086-ends_with] = Overload set string_view_base::ends_with == Members pass:v,q[Return true if a matching suffix exists] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr bool ends_with(string_view x) const noexcept; xref:boost/urls/grammar/string_view_base/ends_with-0a.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return true if a matching suffix exists] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr bool ends_with(char x) const noexcept; xref:boost/urls/grammar/string_view_base/ends_with-06.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Return true if a matching suffix exists] [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr bool ends_with(const char* x) const noexcept; xref:boost/urls/grammar/string_view_base/ends_with-0c.adoc[pass:c,q,m[*_» more..._*]] ----