#include <operators.hpp>
Definition at line 1618 of file operators.hpp.
| static B neutral | ( | ) | [inline, static] |
Definition at line 1620 of file operators.hpp.
| static bool op | ( | const T & | x | ) | [inline, static] |
Definition at line 1626 of file operators.hpp.
References mmx::is_nan().
01626 { return is_nan (x); }
| static void set_neutral | ( | R & | r | ) | [inline, static] |
Definition at line 1622 of file operators.hpp.
References mmx::set_false().
01622 { set_false (r); }
| static void set_op | ( | B & | x, | |
| const C & | y | |||
| ) | [inline, static] |
Definition at line 1624 of file operators.hpp.
References mmx::is_nan().
01624 { x= x || is_nan (y); }
1.6.1