VTK-m  2.0
Public Member Functions | List of all members
vtkm::Multiply 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::Multiply::operator() ( const T &  a,
const U &  b 
) const -> decltype(a * b)
inline

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