#include <operators.hpp>
Definition at line 2055 of file operators.hpp.
static Lift_type | ( | C | ) | const [inline, static] |
Definition at line 2059 of file operators.hpp.
References lift_helper< C >::op().
static generic name | ( | ) | [inline, static] |
static void set_op | ( | R & | y, | |
const C & | x | |||
) | [inline, static] |
Definition at line 2058 of file operators.hpp.
References lift_helper< C >::set_op().
02058 { lift_helper<C>::set_op (y, x); }