Return the result of comparing to another string
<boost/url/decode_view.hpp>Return the result of comparing to another string
constexpr
int
compare(decode_view other) const noexcept;
» more...
Return the result of comparing to another string
constexpr
int
compare(core::string_view other) const noexcept;
» more...
| Name | Description |
|---|---|
| other | string to compare |