Share

<> <versionspecific =16.2

C++

inline bool operator <(
    const wchar_t * pwsz, 
    const AcString & acs
);

File

AcString.h

Description

Compares whether a string of Unicode characters is less than an AcString object.

Parameters

Parameters Description
pwsz Input pointer to the string of Unicode characters
acs Input reference to the AcString object

Returns

true if pwsz is greater than acs, else false.

Previous Declaration

bool operator < (const wchar_t *pwsz, const AcString & acs);

Was this information helpful?