Return true if a matching prefix exists
Synopsis
Declared in header <boost/url/grammar/string_view_base.hpp>
constexpr
bool
starts_with(char const* x) const noexcept;
Description
See core::string_view::starts_with
Return true if a matching prefix exists
Declared in header <boost/url/grammar/string_view_base.hpp>
constexpr
bool
starts_with(char const* x) const noexcept;
See core::string_view::starts_with