BloombergLP::bdlb::String::upperCaseCmp

Compare two strings as if both were converted to upper case.

Synopsis

Declared in <bdlb_string.h>

static
int
upperCaseCmp(
    bsl::string const& lhsString,
    char const* rhsString);

Return Value

1, 0, or -1 as lhsString is greater, equal, or less

Parameters

NameDescription
lhsStringleft-hand string
rhsStringright-hand null-terminated string