VTK-m
2.2
|
Binary Predicate that takes two arguments argument x
, and y
and returns True if and only if x
or y
is True.
More...
#include <BinaryPredicates.h>
Public Member Functions | |
template<typename T , typename U > | |
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
or y
is True.
|
inline |