KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Constructs an contiguous type of size N
from type T
using MPI_Type_contiguous
.
More...
#include <mpi_datatype.hpp>
Static Public Member Functions | |
static MPI_Datatype | data_type () |
The MPI_Datatype corresponding to the type. | |
Static Public Attributes | |
static constexpr TypeCategory | category = TypeCategory::contiguous |
static constexpr bool | has_to_be_committed = category_has_to_be_committed(category) |
Whether the type has to be committed before it can be used in MPI calls. | |
Constructs an contiguous type of size N
from type T
using MPI_Type_contiguous
.
|
staticconstexpr |
The category of the type.