Function ge¶
function ge(E1 &&, E2 &&) base¶
template <typename E1, typename E2>
requires expression_arguments<E1, E2>
KFR_INTRINSIC expression_make_function<fn::greaterorequal, E1, E2> ge(E1&& e1, E2&& e2) Creates an expression that returns whether e1 is greater than or equal to e2.
Fully qualified name: kfr::ge(E1 &&, E2 &&)
Declared at base/simd_expressions.hpp:449
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.