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

Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE. More...

#include <contiguous_type_fwd.hpp>

Inheritance diagram for kamping::types::byte_serialized< T >:
Collaboration diagram for kamping::types::byte_serialized< T >:

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.
 

Detailed Description

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

Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE.


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