|
KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
|
Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE.
More...
#include <contiguous_type_fwd.hpp>


Additional Inherited Members | |
Static Public Member Functions inherited from kamping::types::contiguous_type< std::byte, sizeof(T)> | |
| static MPI_Datatype | data_type () |
Returns the MPI_Datatype for a contiguous block of N elements of type T. | |
Static Public Attributes inherited from kamping::types::contiguous_type< std::byte, sizeof(T)> | |
| static constexpr TypeCategory | category |
| The type's TypeCategory. | |
| static constexpr bool | has_to_be_committed |
| Whether the type must be committed before use. | |
Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE.