basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1538 of file operators.hpp.
static B neutral | ( | ) | [inline, static] |
Definition at line 1540 of file operators.hpp.
{ return true; }
static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 1546 of file operators.hpp.
References mmx::is_finite().
{ return is_finite (x); }
static void set_neutral | ( | R & | r | ) | [inline, static] |
static void set_op | ( | B & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 1544 of file operators.hpp.
References mmx::is_finite().
{ x= x && is_finite (y); }