Compute the bitwise AND of two integral values. More...
#include <operations.hpp>
Public Member Functions | |
T | operator() (const T &x, const T &y) const |
Compute the bitwise AND of two integral values.
This binary function object computes the bitwise AND 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_BAND
.
|
inline |
x
& y. References boost::polygon::y().