The Gaudi Framework  v30r3 (a5ef0a68)
Gaudi::Accumulators::Adder< Arithmetic, Atomicity > Struct Template Reference

An Adder ValueHandler operator(a, b) means a += b. More...

#include <GaudiKernel/Counters.h>

Detailed Description

template<typename Arithmetic, atomicity Atomicity = atomicity::full>
struct Gaudi::Accumulators::Adder< Arithmetic, Atomicity >

An Adder ValueHandler operator(a, b) means a += b.

In case of full atomicity, fetch_add or compare_exchange_weak are used.

Definition at line 228 of file Counters.h.


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