![]() |
The Gaudi Framework
v32r2 (46d42edc)
|
Namespaces | |
MsgCounter | |
Classes | |
struct | MsgCounter |
Functions | |
template<typename Counter , typename Container , typename Fun > | |
void | accumulate (Counter &counter, const Container &container, Fun f=Identity{}) |
A helper function for accumulating data from a container into a counter This is internally using buffers so that the original counter is only updated once. More... | |
void Gaudi::Accumulators::details::accumulate | ( | Counter & | counter, |
const Container & | container, | ||
Fun | f = Identity{} |
||
) |
A helper function for accumulating data from a container into a counter This is internally using buffers so that the original counter is only updated once.
Definition at line 882 of file Counters.h.