KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Constructs a type that is serialized as a sequence of sizeof(T)
bytes using MPI_BYTE
. Note that you must ensure that this conversion is valid.
More...
#include <mpi_datatype.hpp>
Additional Inherited Members | |
Static Public Member Functions inherited from kamping::contiguous_type< std::byte, sizeof(T)> | |
static MPI_Datatype | data_type () |
The MPI_Datatype corresponding to the type. | |
Static Public Attributes inherited from kamping::contiguous_type< std::byte, sizeof(T)> | |
static constexpr TypeCategory | category |
static constexpr bool | has_to_be_committed |
Whether the type has to be committed before it can be used in MPI calls. | |
Constructs a type that is serialized as a sequence of sizeof(T)
bytes using MPI_BYTE
. Note that you must ensure that this conversion is valid.