C++
bool operator <( const AcString & acs ) const;
Description
Compares the string to determine if it is less than another AcString object.
Parameters
Parameters | Description |
---|---|
acs | Input reference to the other AcString object |
Returns
true if this string is less than acs, false otherwise.
Links
Previous Declaration
inline bool AcString::operator < (const AcString & acs) const;