dune-common 2.9.0
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
Dune::MPITraits< T > Struct Template Reference

A traits class describing the mapping of types onto MPI_Datatypes. More...

#include <dune/common/parallel/mpitraits.hh>

Static Public Member Functions

static MPI_Datatype getType ()
 

Static Public Attributes

static constexpr bool is_intrinsic = false
 

Detailed Description

template<typename T>
struct Dune::MPITraits< T >

A traits class describing the mapping of types onto MPI_Datatypes.

Specializations exist for the default types. Specializations should provide a static method

static MPI_Datatype getType();
static MPI_Datatype getType()
Definition mpitraits.hh:48

Member Function Documentation

◆ getType()

template<typename T >
static MPI_Datatype Dune::MPITraits< T >::getType ( )
inlinestatic

Member Data Documentation

◆ is_intrinsic

template<typename T >
constexpr bool Dune::MPITraits< T >::is_intrinsic = false
staticconstexpr

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