feisty meow concerns codebase  2.140
mathematics::averager< contents >::weighted_entry Struct Reference

structure holding a weighted chunk of the average. More...

#include <averager.h>

Public Attributes

contents value
 
int count
 

Detailed Description

template<class contents>
struct mathematics::averager< contents >::weighted_entry

structure holding a weighted chunk of the average.

an entry in the list of averages has a "value" and a "count" that measures the weight with which that "value" is considered.

Definition at line 60 of file averager.h.

Member Data Documentation

◆ count

template<class contents >
int mathematics::averager< contents >::weighted_entry::count

Definition at line 60 of file averager.h.

Referenced by mathematics::averager< contents >::add().

◆ value

template<class contents >
contents mathematics::averager< contents >::weighted_entry::value

Definition at line 60 of file averager.h.

Referenced by mathematics::averager< contents >::add().


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