|
template<class E1, class E2> |
static void | assign_xexpression (E1 &e1, const E2 &e2) |
|
template<class E1, class E2> |
static void | computed_assign (xexpression< E1 > &e1, const xexpression< E2 > &e2) |
|
template<class E1, class E2, class F> |
static void | scalar_computed_assign (xexpression< E1 > &e1, const E2 &e2, F &&f) |
|
template<class E1, class E2> |
static void | assert_compatible_shape (const xexpression< E1 > &e1, const xexpression< E2 > &e2) |
|
template<class Tag>
class xt::xexpression_assigner< Tag >
Definition at line 78 of file xassign.hpp.