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
Previous Declaration
bool operator < (const CStringW & ) const;
inline bool AcString::operator < (const CStringW & csw) const;