#include <op_function.h>
Templated class to provide the appropriate MPI reduction operations for use with built-in C types or simple C++ constructions.
More complicated data types may need to provide a pointer-to-T so that we can use MPI_Address without constructing a new T.
Definition at line 45 of file op_function.h.