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