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

The type trait that maps a C++ type T to an MPI_Datatype for full KaMPIng. More...

#include <mpi_datatype.hpp>

Detailed Description

template<typename T, typename Enable = void>
struct kamping::mpi_type_traits< T, Enable >

The type trait that maps a C++ type T to an MPI_Datatype for full KaMPIng.

The default behavior is controlled by type_dispatcher. Specialize this trait in namespace kamping to support additional types. Specializations of kamping::types::mpi_type_traits are intentionally ignored here.


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