aimstil  5.0.5
Accumulator.h File Reference
#include "til/cat2type.h"
#include "til/functors.h"
Include dependency graph for Accumulator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  til::policy::AccumulatorRecord_None
 Record nothing while accumulating values. More...
 
class  til::policy::AccumulatorRecord_Sum
 This Record policy counts the number of elements that have been added. More...
 
class  til::Accumulator< T, TAccumulation, AccumulationPolicy, RecordPolicy >
 A class to accumulate value. More...
 
class  til::MeanAccumulator< T, TAccumulation >
 A class to accumulate values and return their mean. More...
 

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 
 til::policy