|
VTK-m
2.0
|
Binary Predicate that takes two arguments argument x, and y and returns product (multiplication) of the two values.
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 product (multiplication) of the two values.
operator*(T, U).
|
inline |
1.8.17