pub unsafe fn ge_char_q_byte_array(
    a1: *const c_char,
    a2: impl CastInto<Ref<QByteArray>>
) -> bool
Expand description

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

Calls C++ function: bool operator>=(const char* a1, const QByteArray& a2).

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 greater than or equal to that of c2; otherwise returns false.