25template <
typename First,
typename Second>
27 std::pair<First, Second>,
28 std::enable_if_t<has_static_type_v<First> && has_static_type_v<Second>>>
Utility that maps C++ types to types that can be understood by MPI.
The type trait that maps a C++ type T to an MPI_Datatype for full KaMPIng.
Definition mpi_datatype.hpp:71
Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE.
Definition contiguous_type_fwd.hpp:48