mpi::get_mpi_type
#include <mpi.hpp>
Synopsis
template<typename Ts>MPI_Datatype get_mpi_type (std::tuple<Ts…> tup)
Template parameters
Ts Tuple element types.
Parameters
tup Tuple object.
Returns
MPI_Datatype consisting of the types of the tuple elements.