basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1530 of file operators.hpp.
static bool not_op | ( | const T & | x | ) | [inline, static] |
Definition at line 1535 of file operators.hpp.
References mmx::is_reliable().
{ return !is_reliable (x); }
static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 1533 of file operators.hpp.
References mmx::is_reliable().
{ return is_reliable (x); }