|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Helper struct to look up and store MPI_Op types for custom types and custom operations. More...
#include <Operations.h>
Public Member Functions | |
| MPI_Op | operator() () |
| Get the MPI_Op for this CppOp + Type combo. | |
Helper struct to look up and store MPI_Op types for custom types and custom operations.
| Op | Operation type, for examples std::plus<Vector<double, 3>>, std::multiplies<...> etc. |
| Type | The underlying datatype, such as Vector<double, 3>, Matrix<...> etc. |
|
inline |
Get the MPI_Op for this CppOp + Type combo.