pub unsafe fn le_char_q_latin1_char(
    lhs: c_char,
    rhs: impl CastInto<Ref<QLatin1Char>>
) -> bool
Expand description

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.

Calls C++ function: bool operator<=(char lhs, QLatin1Char rhs).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for bool operator<=(QChar c1, QChar c2):

Returns true if the numeric Unicode value of c1 is less than or equal to that of c2; otherwise returns false.