basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1549 of file operators.hpp.
static B neutral | ( | ) | [inline, static] |
Definition at line 1551 of file operators.hpp.
{ return false; }
static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 1557 of file operators.hpp.
References mmx::is_infinite().
{ return is_infinite (x); }
static void set_neutral | ( | R & | r | ) | [inline, static] |
static void set_op | ( | B & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 1555 of file operators.hpp.
References mmx::is_infinite().
{ x= x || is_infinite (y); }