Templated traits class that binds MPI types to C++ types. More...
Static Public Member Functions | |
| static MPIDataType | type () |
| Return the MPI data type of the template argument. | |
Templated traits class that binds MPI types to C++ types.
char, int, float, and double. Definition at line 63 of file PlayaMPITraits.hpp.
| static MPIDataType Playa::MPITraits< T >::type | ( | ) | [static] |
Return the MPI data type of the template argument.
Referenced by Playa::MPIContainerComm< T >::allToAll().