Multiply

All class functions are defined inline.

[ Samples | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

template <class T> struct Multiply : public BinaryFunction<T,T,T>
{
public:
protected:
}; // Multiply

Back to the top of Multiply

DESCRIPTION

Mulitplies two objects of type T and returns their product. Assumes T has operator * overloaded.

Parameters [in] x Constant references to the values to be multiplied [in] y

Back to the top of Multiply

All Members

public:
R operator() (T1, T2) const; // pure virtual
protected:

Back to the top of Multiply

Ancestors

Inheritance chain for Multiply:

Back to the top of Multiply

Descendants

Class is not inherited by any others.

Back to the top of Multiply

Generated from source by the Cocoon utilities on Fri Jan 26 13:37:34 2001 .

Report problems to jkotula@vitalimages.com