Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::Assign Struct Reference

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.
 

Detailed Description

Functor for simple assign.

The result is written to lhs with operator[] and read from rhs with read_flat


The documentation for this struct was generated from the following file: