basix_doc 0.1
|
#include <operators.hpp>
Definition at line 2155 of file operators.hpp.
static bool not_op | ( | const T & | x | ) | [inline, static] |
Definition at line 2159 of file operators.hpp.
{ return x >> 1; }
static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 2157 of file operators.hpp.
{ return !(x >> 1); }