#include <operators.hpp>
Definition at line 2063 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 2064 of file operators.hpp.
References mmx::GEN_PROJECT.
02064 { return GEN_PROJECT; }
| static Project_type | ( | C | ) | const [inline, static] |
Definition at line 2067 of file operators.hpp.
References project_helper< C >::op().
| static void set_op | ( | R & | y, | |
| const C & | x | |||
| ) | [inline, static] |
Definition at line 2066 of file operators.hpp.
References project_helper< C >::set_op().
02066 { project_helper<C>::set_op (y, x); }
1.6.1