basix_doc 0.1
|
#include <operators.hpp>
Definition at line 169 of file operators.hpp.
Definition at line 177 of file operators.hpp.
{ return x; }
Definition at line 175 of file operators.hpp.
{ return x; }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
static void set_op | ( | R & | x, |
const generic & | y | ||
) | [inline, static] |
Definition at line 179 of file operators.hpp.
{ x= y; }
static void set_op | ( | R & | x, |
const syntactic & | y | ||
) | [inline, static] |
Definition at line 181 of file operators.hpp.
{ x= y; }