:relfileprefix: ../../../../ [#4803459AEED8856EEC415821C6A5030341D86575] = Function string_view_base::contains pass:v,q[Return true if matching characters are found] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr bool contains(char c) const noexcept; ---- == Description pass:v,q[See `core::string_view::contains`] == Return Value * `bool` == Parameters |=== | Name | Type | *c* | `char` |===