#include <operators.hpp>
Definition at line 2432 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 2433 of file operators.hpp.
Definition at line 2435 of file operators.hpp.
References mmx::project().
02435 { return project (x, i); }
| static void set_op | ( | R & | x, | |
| const C & | y, | |||
| const I & | i | |||
| ) | [inline, static] |
Definition at line 2437 of file operators.hpp.
References mmx::project().
02437 { x= project (y, i); }
1.6.1