dune-common  2.2.0
Static Public Member Functions
Dune::MPITraits< T > Struct Template Reference

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

#include <dune/common/mpitraits.hh>

List of all members.

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: