Performs assignment of all values from one view to the elements of another. More...
Public Member Functions | |
template<typename View1 , typename View2 > | |
void | operator() (View1 &&x, View2 &&y) const |
Public Types | |
using | result_type = void |
Performs assignment of all values from one view to the elements of another.
If the destination view (y
), defines set_elements
, use that for assignment of the range of values from x
. Otherwise, just use a for loop.