#include <operators.hpp>
Definition at line 2152 of file operators.hpp.
Definition at line 2159 of file operators.hpp.
References mmx::compose(), and mmx::derive().
| static generic name | ( | ) |  [inline, static] | 
Definition at line 2153 of file operators.hpp.
References mmx::GEN_COMPOSE.
02153 { return GEN_COMPOSE; }
| static C1 op | ( | const C1 & | x, | |
| const C2 & | y | |||
| ) |  [inline, static] | 
Definition at line 2155 of file operators.hpp.
References mmx::compose().
02155 { return compose (x, y); }
| static void set_op | ( | R & | x, | |
| const C1 & | y1, | |||
| const C2 & | y2 | |||
| ) |  [inline, static] | 
Definition at line 2157 of file operators.hpp.
References mmx::compose().
02157 { x= compose (y1, y2); }
 1.6.1
 1.6.1