VTK-m
2.0
|
Binary Predicate that takes two arguments argument x
, and y
and returns True if and only if x
is not equal to y
.
More...
#include <BinaryPredicates.h>
Public Member Functions | |
template<typename T , typename U > | |
VTKM_EXEC_CONT bool | operator() (const T &x, const U &y) const |
Binary Predicate that takes two arguments argument x
, and y
and returns True if and only if x
is not equal to y
.
|
inline |