#include <operators.hpp>
Definition at line 2071 of file operators.hpp.
| static generic name | ( | ) |  [inline, static] | 
Definition at line 2072 of file operators.hpp.
References mmx::GEN_RECONSTRUCT.
02072 { return GEN_RECONSTRUCT; }
| static Reconstruct_type | ( | C | ) | const  [inline, static] | 
Definition at line 2073 of file operators.hpp.
References mmx::reconstruct().
02074 { return reconstruct (x); }
| static void set_op | ( | R & | y, | |
| const C & | x | |||
| ) |  [inline, static] | 
Definition at line 2076 of file operators.hpp.
References mmx::reconstruct(), and mmx::set_as().
02076 { set_as (y, reconstruct (x)); }
 1.6.1
 1.6.1