Share

AcString::<

C++

bool operator <(
    wchar_t wch
) const;

Description

Compares the string to determine if it is less than a wide character.

Parameters

Parameters Description
wch Input character to compare to

Returns

true if this string is less than wch, false otherwise.

Links

AcString

Previous Declaration

inline bool AcString::operator < (wchar_t wch) const;

Was this information helpful?