basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1995 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
static Project_type | ( | C | ) | const [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 2000 of file operators.hpp.
References project_helper< R >::op().
{ x= project_helper<R>::op (y); }