AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ operator()()

template<class C >
void aff::func::util::Extractavg< C >::operator() ( const Tvalue v)
inline

collect another value

Definition at line 67 of file avg.h.

References aff::func::util::Extractavg< C >::Mn, and aff::func::util::Extractavg< C >::Msum.

67 { Msum+=v; ++Mn; }