Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Teuchos::MPITraits< T > Class Template Reference

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

#include <Teuchos_MPITraits.hpp>

Static Public Member Functions

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

Detailed Description

template<class T>
class Teuchos::MPITraits< T >

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

Warning
This class is DEPRECATED, since it depends on the deprecated class MPIComm.
Note
Template specializations exist for datatypes: char, int, float, and double.

Definition at line 74 of file Teuchos_MPITraits.hpp.

Member Function Documentation

template<class T >
static int Teuchos::MPITraits< T >::type ( )
static

Return the MPI data type of the template argument.


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