Share

AcString::>=

C++

bool operator >=(
    wchar_t wch
) const;

Description

Compares the string to determine if it is greater than or equal to a wide character.

Parameters

Parameters Description
wch Input character to compare to

Returns

true if this string is greater than or equal to wch, false otherwise.

Links

AcString

Previous Declaration

inline bool AcString::operator >= (wchar_t wch) const;

Was this information helpful?