| 
    VTK-m
    2.3
    
   | 
 
Binary Predicate that takes two arguments argument x, and y and returns sum (addition) of the two values.  
 More...
#include <BinaryOperators.h>
Public Member Functions | |
| template<typename T , typename U > | |
| auto | operator() (const T &x, const U &y) const -> decltype(x+y) | 
Binary Predicate that takes two arguments argument x, and y and returns sum (addition) of the two values. 
operator+(T, U). 
      
  | 
  inline | 
 1.8.17