KaMPIng 0.2.1
(Near) zero-overhead MPI wrapper for C++
Loading...
Searching...
No Matches
contiguous_type_fwd.hpp File Reference

Forward declarations for contiguous_type and byte_serialized to break include cycles. More...

#include <cstddef>
#include <mpi.h>
#include "kamping/types/builtin_types.hpp"
Include dependency graph for contiguous_type_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kamping::types::contiguous_type< T, N, Lookup >
 Constructs a contiguous MPI type of N elements of type T using MPI_Type_contiguous. More...
 
struct  kamping::types::byte_serialized< T >
 Constructs a type serialized as a sequence of sizeof(T) bytes using MPI_BYTE. More...
 

Detailed Description

Forward declarations for contiguous_type and byte_serialized to break include cycles.