#include <sup.hh>
Inherits base< const T &, sup< T > >.
| Public Member Functions | |
| bool | is_valid () const | 
| Check whether this accu is able to return a result. | |
| void | take_as_init (const T &t) | 
| Take as initialization the value t. | |
| void | take_n_times (unsigned n, const T &t) | 
| Take ntimes the valuet. | |
| const T & | to_result () const | 
| Get the value of the accumulator. | |
| void | init () | 
| Manipulators. | |
The parameter T is the type of values. 
| void mln::accu::math::sup< T >::init | ( | ) |  [inline] | 
Manipulators.
| bool mln::accu::math::sup< T >::is_valid | ( | ) | const  [inline] | 
Check whether this accu is able to return a result.
Always true here.
| void mln::Accumulator< sup< T > >::take_as_init | ( | const T & | t | ) |  [inline, inherited] | 
Take as initialization the value t. 
Dev note: this is a final method; override if needed by take_as_init_ (ending with '_').
| void mln::Accumulator< sup< T > >::take_n_times | ( | unsigned | n, | |
| const T & | t | |||
| ) |  [inline, inherited] | 
Take n times the value t. 
Dev note: this is a final method; override if needed by take_as_init_ (ending with '_').
| const T & mln::accu::math::sup< T >::to_result | ( | ) | const  [inline] | 
Get the value of the accumulator.
 1.5.9
 1.5.9