AFF --- A container for numbers (array) by Friederich and Forbriger.
|
F<C>::Tretval aff::func::util::collect | ( | const typename C::Tcoc & | c | ) |
Function template to extract information from container data
This is a framework to browse through a container and extract information like the average or the minimum value. This function template is used by container functions like aff::func::avg().
C | any container class like aff::Array<double> |
F<T> | any collector utility class like aff::func::util::Extractavg |
Definition at line 71 of file collector.h.
References aff::Browser< C >::valid().