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