Compare two strings as if both were converted to upper case.
Declared in <bdlb_string.h>
static
int
upperCaseCmp(
char const* lhsString,
bsl::string const& rhsString);
1, 0, or -1 as lhsString is greater, equal, or less
| Name | Description |
|---|---|
| lhsString | left-hand null-terminated string |
| rhsString | right-hand string |