COMBINATORIAL_BLAS  1.6
par::Mpi_datatype< T > Class Template Reference

An abstract class used for communicating messages using user-defined datatypes. The user must implement the static member function "value()" that returns the MPI_Datatype corresponding to this user-defined datatype. More...

#include <dtypes.h>

Detailed Description

template<typename T>
class par::Mpi_datatype< T >

An abstract class used for communicating messages using user-defined datatypes. The user must implement the static member function "value()" that returns the MPI_Datatype corresponding to this user-defined datatype.

Author
Hari Sundar, hsund.nosp@m.ar@g.nosp@m.mail..nosp@m.com
See also
Mpi_datatype<bool>

Definition at line 29 of file dtypes.h.


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