bsl::basic_string::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(CHAR_TYPE const* other) const;