#include <operators.hpp>
Definition at line 1607 of file operators.hpp.
| static B neutral | ( | ) |  [inline, static] | 
Definition at line 1609 of file operators.hpp.
| static bool op | ( | const T & | x | ) |  [inline, static] | 
Definition at line 1615 of file operators.hpp.
References mmx::is_fuzz().
01615 { return is_fuzz (x); }
| static void set_neutral | ( | R & | r | ) |  [inline, static] | 
Definition at line 1611 of file operators.hpp.
References mmx::set_false().
01611 { set_false (r); }
| static void set_op | ( | B & | x, | |
| const C & | y | |||
| ) |  [inline, static] | 
Definition at line 1613 of file operators.hpp.
References mmx::is_fuzz().
01613 { x= x || is_fuzz (y); }
 1.6.1
 1.6.1