Share

AcString::<

C++

bool operator <(
    const CStringW & csw
) const;

Description

Compare the string to determine if it is less than a CStringW object.

Parameters

Parameters Description
csw Input reference to the CStringW object

Returns

true if this string is less than csw, else false.

Links

AcString

Previous Declaration

bool operator < (const CStringW & ) const;

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

Was this information helpful?