mpi::lazy

#include <mpi.hpp>

template<typename Tag, typename T> class lazy

Template parameters

  • Tag: An mpi::tag to specify the kind of MPI communication.

  • T: Type to be communicated.

Public members