basix_doc 0.1
|
#include <operators.hpp>
Definition at line 204 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 209 of file operators.hpp.
{ x= slow_as<R> (y); }