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