C++
bool operator <( const wchar_t * pwsz ) const;
Description
Compares the string to determine if it is less than a string of wide characters.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to the string of characters to compare to |
Returns
true if this string is less than pwsz, false otherwise.
Links
Previous Declaration
inline bool AcString::operator < (const wchar_t *pwsz) const;