:relfileprefix: ../../../ [#22113F575E9BDB0057DAAFACE10B65833A335A54-ends_with] = Overload set decode_view::ends_with == Members pass:v,q[Checks if the string ends with the given prefix] [source,cpp,subs="verbatim,macros,-callouts"] ---- bool ends_with(string_view s) const noexcept; xref:boost/urls/decode_view/ends_with-04.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Checks if the string ends with the given prefix] [source,cpp,subs="verbatim,macros,-callouts"] ---- bool ends_with(char ch) const noexcept; xref:boost/urls/decode_view/ends_with-0d.adoc[pass:c,q,m[*_» more..._*]] ----