Function qt_core::ops::le_char_q_string

source ·
pub unsafe fn le_char_q_string(
    s1: *const c_char,
    s2: impl CastInto<Ref<QString>>
) -> 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<=(const char* s1, const QString& s2).

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.