Share

< Function

C++

inline bool operator <(
    const CStringW & csw, 
    const AcString & acs
);

File

AcString.h

Description

Compares whether a CStringW object is less than an AcString object.

Parameters

Parameters Description
csw Input reference to a CStringW object
acs Input reference to an AcString object

Returns

true if csw is less than acs, else false.

Was this information helpful?