basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1012 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 1019 of file operators.hpp.
{ return !(x <= y); }
Definition at line 1017 of file operators.hpp.
References mmx::apply().
Definition at line 1015 of file operators.hpp.
{ return x <= y; }