:relfileprefix: ../../../../ [#A993B41D07BC1DC5C0C875DC21083F83793BFE7B] = 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(string_view x) const noexcept; ---- == Description pass:v,q[See `core::string_view::ends_with`] == Return Value * `bool` == Parameters |=== | Name | Type | *x* | `string_view` |===