Generic min function based on histogram over a value set with type V
.
More...
#include <min_h.hh>
Inherits base< const V &, min_h< V > >.
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 n times the value t . | |
const argument & | to_result () const |
Get the value of the accumulator. | |
void | init () |
Manipulators. |
Generic min function based on histogram over a value set with type V
.
Definition at line 100 of file min_h.hh.
void mln::accu::stat::min_h< V >::init | ( | ) | [inline] |
bool mln::accu::stat::min_h< V >::is_valid | ( | ) | const [inline] |
void mln::Accumulator< min_h< V > >::take_as_init | ( | const T & | t | ) | [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< min_h< V > >::take_n_times | ( | unsigned | n, | |
const T & | t | |||
) | [inherited] |
Take n
times the value t
.
Dev note: this is a final method; override if needed by take_as_init_ (ending with '_').
const min_h< V >::argument & mln::accu::stat::min_h< V >::to_result | ( | ) | const [inline] |