#include <operators.hpp>
Definition at line 1585 of file operators.hpp.
| static B neutral | ( | ) | [inline, static] |
Definition at line 1587 of file operators.hpp.
| static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 1593 of file operators.hpp.
References mmx::is_finite().
01593 { 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 1591 of file operators.hpp.
References mmx::is_finite().
01591 { x= x && is_finite (y); }
1.6.1