mpi::map_C_function
#include <mpi.hpp>
Synopsis
template<typename T, T F>MPI_Op map_C_function ()
Template parameters
T Type on which the binary function operates.
F Binary function pointer to be mapped.
Returns
MPI_Op created from the binary function.