:relfileprefix: ../../../../ [#6EAAA9A6D7430E98587273B1A10619F1B6C8B6B3] = Function string_view_base::ends_with pass:v,q[Return true if a matching suffix exists] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr bool ends_with(char x) const noexcept; ---- == Description pass:v,q[See `core::string_view::ends_with`] == Return Value * `bool` == Parameters |=== | Name | Type | *x* | `char` |===