VTK-m
2.0
|
Binary Predicate that takes two arguments argument x
, and y
and returns the x
if x > y otherwise returns y
.
More...
#include <BinaryOperators.h>
Public Member Functions | |
template<typename T , typename U > | |
VTKM_EXEC_CONT std::common_type< T, U >::type | operator() (const T &x, const U &y) const |
Binary Predicate that takes two arguments argument x
, and y
and returns the x
if x > y otherwise returns y
.
bool operator<(T, U)
and that T
and U
share a common type.
|
inline |