|
Expression Templates Library (ETL)
|
Functor for simple assign. More...
#include <linear_eval_functors.hpp>
Static Public Member Functions | |
| template<typename L_Expr , typename R_Expr > | |
| static void | apply (L_Expr &&lhs, R_Expr &&rhs) |
| Assign rhs to lhs. | |
Functor for simple assign.
The result is written to lhs with operator[] and read from rhs with read_flat
1.8.13