AFF --- A container for numbers (array) by Friederich and Forbriger.
|
#include <min.h>
Public Types | |
typedef Tvalue | Tretval |
Public Member Functions | |
Extractmin (const Tcont &c) | |
initialize member data More... | |
void | operator() (const Tvalue &v) |
collect another value More... | |
Tretval | result () const |
return result of operation More... | |
Private Types | |
typedef C::Tcoc | Tcont |
typedef C::Tvalue | Tvalue |
Private Attributes | |
Tvalue | Mval |
utility class to extract the smallest value from a container
This class should be used together with the aff::func::util::collect() function template.
C | any container class like aff::Array<double> |