Playa::MPITraits< T > Class Template Reference

Templated traits class that binds MPI types to C++ types. More...

List of all members.

Static Public Member Functions

static MPIDataType type ()
 Return the MPI data type of the template argument.


Detailed Description

template<class T>
class Playa::MPITraits< T >

Templated traits class that binds MPI types to C++ types.

Note:
Template specializations exist for datatypes: char, int, float, and double.

Definition at line 25 of file PlayaMPITraits.hpp.


Member Function Documentation

template<class T >
static MPIDataType Playa::MPITraits< T >::type (  )  [static]

Return the MPI data type of the template argument.

Site Contact