.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _triqs__gfs__gf_view__operator=: triqs::gfs::gf_view::operator= ============================== *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | gf_view & :red:`operator=` (gf_view const & :param:`rhs`) 2. | :green:`template` | gf_view & :red:`operator=` (RHS const & :param:`rhs`) 3. | void :red:`operator=` (lazy> :param:`l`) 4. | void :red:`operator=` (lazy> :param:`l`) 5. | void :red:`operator=` (lazy> :param:`l`) Documentation **1)** Copy the data, without resizing the view. **3)** Performs MPI reduce **4)** Performs MPI scatter **5)** Performs MPI gather Template parameters ^^^^^^^^^^^^^^^^^^^ * :param:`RHS` WHAT IS POSSIBLE THERE ? Parameters ^^^^^^^^^^ * :param:`l` The lazy object returned by mpi::reduce .. warning:: If the size of `this` is not the same as rhs, the behaviour is undefined.