Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_MPITraits.hpp File Reference

A templated traits class for binding MPI types to C++ types. More...

#include "Teuchos_MPIComm.hpp"

Go to the source code of this file.

Classes

class  Teuchos::MPITraits< T >
 Templated traits class that binds MPI types to C++ types. More...
 

Namespaces

 Teuchos
 The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
 

Detailed Description

A templated traits class for binding MPI types to C++ types.

Warning
The class implemented in this file is DEPRECATED, since Teuchos::MPIComm is deprecated.

The Teuchos::MPITraits class is for use with the Teuchos::MPIComm class and is supposed to compile whether or not Trilinos was built with MPI. If you need to convert directly to MPI types (e.g., MPI_INT), please refer to Teuchos_MPIRawTraits.hpp.

Definition in file Teuchos_MPITraits.hpp.