basix_doc 0.1
|
#include <operators.hpp>
Definition at line 160 of file operators.hpp.
static R op | ( | const C & | x | ) | [inline, static] |
Definition at line 162 of file operators.hpp.
{ return as<R> (x); }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |