KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
kamping::byte_serialized< T > Struct Template Reference

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>

Inheritance diagram for kamping::byte_serialized< T >:
kamping::contiguous_type< std::byte, sizeof(T)>

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.
 

Detailed Description

template<typename T>
struct kamping::byte_serialized< T >

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.


The documentation for this struct was generated from the following file: