boost::urls::decode_view::compare

Return the result of comparing to another string

Synopses

Return the result of comparing to another string

constexpr
int
compare(decode_view other) const noexcept;

Return the result of comparing to another string

constexpr
int
compare(core::string_view other) const noexcept;

Return Value

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

Parameters

Name

Description

other

string to compare

Created with MrDocs