[#boost-urls-pct_string_view-ends_with] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/pct_string_view.adoc[pct_string_view]::ends_with :relfileprefix: ../../../ :mrdocs: == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/string_view_base.hpp#L443[boost/url/grammar/string_view_base.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool xref:boost/urls/grammar/string_view_base/ends_with-0a.adoc[ends_with](core::string_view x) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/ends_with-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool xref:boost/urls/grammar/string_view_base/ends_with-06.adoc[ends_with](char x) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/ends_with-06.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool xref:boost/urls/grammar/string_view_base/ends_with-0c.adoc[ends_with](char const* x) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/ends_with-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#