bsl::basic_string<char8_t>::compare

Lexicographically compare this string with the specified null-terminated other string (of length CHAR_TRAITS::length(other)), and return a negative value if this string is less than other, a positive value if it is greater than other, and 0 in case of equality. CHAR_TRAITS::lt is used to compare characters. See {Lexicographical Comparisons}.

Synopsis

Declared in <bslstl_string.h>

int
compare(char8_t const* other) const;