arithmetic_mean_accumulator Struct Reference

this accumulator calculates the arithmetic mean value More...

#include <mmstypes.h>

List of all members.


Public Types

typedef double result_type

Public Member Functions

template<typename T_iterator>
result_type operator() (T_iterator first, T_iterator last) const

Detailed Description

this accumulator calculates the arithmetic mean value

Definition at line 46 of file mmstypes.h.


Member Typedef Documentation

Definition at line 48 of file mmstypes.h.


Member Function Documentation

template<typename T_iterator>
result_type arithmetic_mean_accumulator::operator() ( T_iterator  first,
T_iterator  last 
) const [inline]

Definition at line 50 of file mmstypes.h.


The documentation for this struct was generated from the following file: