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