Lexicographically compare this string with another sequence.
Declared in <bslstl_string.h>
int
compare(CHAR_TYPE const* other) const;
negative, zero, or positive according to the lexicographic order
| Name | Description |
|---|---|
| other | string or character sequence to compare or use |