#include <operators.hpp>
Definition at line 1161 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
| static R op | ( | const C & | x | ) | [inline, static] |
Definition at line 1164 of file operators.hpp.
References mmx::abs().
01164 { return as<R> (abs (x)); }
| static void set_op | ( | R & | x, | |
| const C & | y | |||
| ) | [inline, static] |
1.6.1