basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1032 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 1033 of file operators.hpp.
References mmx::GEN_GTREQ.
Referenced by gtreq_op::op().
{ return GEN_GTREQ; }
Definition at line 1039 of file operators.hpp.
{ return !(x >= y); }
Definition at line 1037 of file operators.hpp.
References mmx::apply(), and gtreq_op::name().
Definition at line 1035 of file operators.hpp.
{ return x >= y; }