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

◆ operator()()

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

collect another value

Definition at line 66 of file max.h.

References aff::func::util::Extractmax< C >::Mval.

67  { Mval = Mval > v ? Mval : v; }