KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
The type trait that maps a C++ type T
to a type trait that can be used to construct an MPI_Datatype.
More...
#include <mpi_datatype.hpp>
The type trait that maps a C++ type T
to a type trait that can be used to construct an MPI_Datatype.
The default behavior is controlled by type_dispatcher. If you want to support a type that is not supported by the default behavior, you can specialize this trait. For example: