#include <operators.hpp>
Definition at line 137 of file operators.hpp.
| static syntactic op | ( | const syntactic & | s1, | |
| const syntactic & | s2, | |||
| const syntactic & | s3 | |||
| ) | [inline, static] |
Definition at line 151 of file operators.hpp.
References mmx::apply().
00151 { 00152 return apply (Op::set_name (), s1, s2, s3); }
Definition at line 148 of file operators.hpp.
References mmx::apply().
00148 { 00149 return apply (Op::set_name (), s1, s2); }
Definition at line 145 of file operators.hpp.
References mmx::apply().
00145 { 00146 return apply (Op::set_name (), s1); }
| static void op | ( | R & | r, | |
| const S1 & | s1, | |||
| const S2 & | s2 | |||
| ) | [inline, static] |
Definition at line 143 of file operators.hpp.
| static void op | ( | R & | r, | |
| const S1 & | s1 | |||
| ) | [inline, static] |
Definition at line 141 of file operators.hpp.
| static void op | ( | R & | r | ) | [inline, static] |
Definition at line 139 of file operators.hpp.
1.6.1