[#boost-urls-decode_view-ends_with-0d] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/decode_view.adoc[decode_view]::ends_with :relfileprefix: ../../../ :mrdocs: Checks if the string ends with the given prefix == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/decode_view.hpp#L399[boost/url/decode_view.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ends_with(char ch) const noexcept; ---- == Description === Example [,cpp] ---- assert( decode_view( "Program%20Files" ).ends_with('s') ); ---- === Complexity Constant. === Exception Safety Throws nothing. [.small]#Created with https://www.mrdocs.com[MrDocs]#