basix_doc 0.1
|
#include <operators.hpp>
Definition at line 2176 of file operators.hpp.
static bool not_op | ( | const T1 & | x1, |
const T2 & | x2 | ||
) | [inline, static] |
Definition at line 2180 of file operators.hpp.
{ return !(x1 <<= x2); }
static bool op | ( | const T1 & | x1, |
const T2 & | x2 | ||
) | [inline, static] |
Definition at line 2178 of file operators.hpp.
{ return x1 <<= x2; }