dune-common  2.3.1
Static Public Member Functions | 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 ()

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();

Member Function Documentation

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

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