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