Share

AcString::>

C++

bool operator >(
    const char * psz
) const;

Description

Compares the string to determine if it is greater than a string of narrow chars.

Parameters

Parameters Description
psz Input pointer to a char string

Returns

true if this string is greater than psz, false otherwise.

Links

AcString

Was this information helpful?