Binary Operator for use with std::accumulate, for computing Product(x(i)). More...
#include <BasicOps.hxx>
Public Member Functions | |
T | operator() (const T &orig, const T &num) |
Binary Operator for use with std::accumulate, for computing Product(x(i)).
Definition at line 194 of file BasicOps.hxx.
T CLAM::ProductTmpl< T >::operator() | ( | const T & | orig, | |
const T & | num | |||
) | [inline] |
Definition at line 197 of file BasicOps.hxx.