25template <
typename... Ts>
STL-compatible allocator for requesting memory using the builtin MPI allocator.
Definition allocator.hpp:32
Utility that maps C++ types to types that can be understood by MPI.
The type trait that maps a C++ type T to a type trait that can be used to construct an MPI_Datatype.
Definition mpi_datatype.hpp:203
Constructs a MPI_Datatype for a struct-like type.
Definition mpi_datatype.hpp:96