Return the result of comparing to another string
Declared in <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...
Negative value if this string is less than the other character sequence, zero if the both character sequences are equal, positive value if this string is greater than the other character sequence
| Name | Description |
|---|---|
| other | string to compare |