| 
    VTK-m
    2.0
    
   | 
 
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 > | |
| VTKM_EXEC_CONT 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 | 
 1.8.17