#include <operators.hpp>
Definition at line 2174 of file operators.hpp.
| static generic name | ( | ) |  [inline, static] | 
Definition at line 2175 of file operators.hpp.
References mmx::GEN_APPEND.
02175 { return GEN_APPEND; }
| static C1 op | ( | const C1 & | x, | |
| const C2 & | y | |||
| ) |  [inline, static] | 
Definition at line 2177 of file operators.hpp.
References mmx::append().
02177 { return append (x, y); }
| static void set_op | ( | R & | x, | |
| const C1 & | y1, | |||
| const C2 & | y2 | |||
| ) |  [inline, static] | 
Definition at line 2179 of file operators.hpp.
References mmx::append().
02179 { x= append (y1, y2); }
 1.6.1
 1.6.1