VTK-m  2.0
Public Member Functions | List of all members
vtkm::BitwiseXor Struct Reference

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)
 

Detailed Description

Binary Predicate that takes two arguments argument x, and y and returns the bitwise operation x^y

Note
Requires a suitable definition of operator&(T, U).

Member Function Documentation

◆ operator()()

template<typename T , typename U >
VTKM_EXEC_CONT auto vtkm::BitwiseXor::operator() ( const T &  x,
const U &  y 
) const -> decltype(x ^ y)
inline

The documentation for this struct was generated from the following file: