Compute the bitwise OR of two integral values. More...
#include <Operations.h>


Public Member Functions | |
| T | operator() (const T &x, const T &y) const |
| T | operator() (const T &x, const T &y) const |
| T | operator() (const T &x, const T &y) const |
Compute the bitwise OR of two integral values.
This binary function object computes the bitwise OR of the two values it is given. When used with MPI and a type T that has an associated, built-in MPI data type, translates to MPI_BOR.
Definition at line 251 of file Operations.h.
x | y. Definition at line 254 of file Operations.h.
x | y. Definition at line 254 of file Operations.h.
x | y. Definition at line 254 of file Operations.h.