basix_doc 0.1
|
#include <operators.hpp>
Definition at line 141 of file operators.hpp.
static generic set_name | ( | ) | [inline, static] |
Definition at line 148 of file operators.hpp.
{ (void) x1; (void) x2; (void) x3; }
static void set_op | ( | C1 & | x1, |
C2 & | x2 | ||
) | [inline, static] |
Definition at line 146 of file operators.hpp.
{ (void) x1; (void) x2; }
static void set_op | ( | C1 & | x1 | ) | [inline, static] |
Definition at line 144 of file operators.hpp.
{ (void) x1; }