basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1002 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 1009 of file operators.hpp.
{ return !(x < y); }
Definition at line 1007 of file operators.hpp.
References mmx::apply().
Definition at line 1005 of file operators.hpp.
{ return x < y; }