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