Return true if a matching prefix exists
<boost/url/grammar/string_view_base.hpp>
constexpr
bool
starts_with(char x) const noexcept;
See core::string_view::starts_with
true
if the prefix matches
Name | Description |
---|---|
x | The character to search for |