CLAM-Development  1.4.0
Public Member Functions
CLAM::ProductTmpl< T > Class Template Reference

Binary Operator for use with std::accumulate, for computing Product(x(i)) More...

#include <BasicOps.hxx>

List of all members.

Public Member Functions

operator() (const T &orig, const T &num)

Detailed Description

template<class T = TData>
class CLAM::ProductTmpl< T >

Binary Operator for use with std::accumulate, for computing Product(x(i))

Definition at line 194 of file BasicOps.hxx.


Member Function Documentation

template<class T = TData>
T CLAM::ProductTmpl< T >::operator() ( const T &  orig,
const T &  num 
)
inline

Definition at line 197 of file BasicOps.hxx.


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