VTK-m
2.2
|
Binary Predicate that takes two arguments argument x
, and y
and returns the bitwise operation x^y
More...
#include <BinaryOperators.h>
Public Member Functions | |
template<typename T , typename U > | |
auto | operator() (const T &x, const U &y) const -> decltype(x ^ y) |
Binary Predicate that takes two arguments argument x
, and y
and returns the bitwise operation x^y
operator&(T, U)
.
|
inline |