Return the result of comparing to another string
Declared in <boost/url/grammar/string_view_base.hpp>
constexpr
int
compare(core::string_view str) const noexcept;
See core::string_view::compare
The result of the comparison
| Name | Description |
|---|---|
| str | The string to compare |