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