basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1976 of file operators.hpp.
static Lift_type | ( | C | ) | const [inline, static] |
Definition at line 1978 of file operators.hpp.
{ return lift (x); }
static generic name | ( | ) | [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 1981 of file operators.hpp.
References lift_helper< R >::op().
{ x= lift_helper<R>::op (y); }