|
typedef T | value_type |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef int | int_type |
|
typedef T | value_type |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef int | int_type |
|
typedef T | value_type |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef int | int_type |
|
|
void | update (value_type x) |
|
void | clear () |
|
value_type | min () const |
|
value_type | max () const |
|
void | update (value_type x) |
|
void | clear () |
|
int_type | count () const noexcept |
|
value_type | mean () const noexcept |
|
void | update (T x) |
|
void | clear () |
|
template<class T>
class vtb::base::MinMaxMean< T >
Definition at line 14 of file minmaxmean.hh.