VTK-m  2.0
Public Member Functions | List of all members
vtkm::Subtract Struct Reference

#include <Types.h>

Public Member Functions

template<typename T , typename U >
VTKM_EXEC_CONT auto operator() (const T &a, const U &b) const -> decltype(a - b)
 

Member Function Documentation

◆ operator()()

template<typename T , typename U >
VTKM_EXEC_CONT auto vtkm::Subtract::operator() ( const T &  a,
const U &  b 
) const -> decltype(a - b)
inline

The documentation for this struct was generated from the following file: