Function qt_core::ops::ge_int_qfloat16

source ·
pub unsafe fn ge_int_qfloat16(a: c_int, b: impl CastInto<Ref<Qfloat16>>) -> bool
Available on cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.
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>=(int a, qfloat16 b).

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.