The Gaudi Framework  v36r9p1 (5c15b2bb)
Gaudi::Accumulators::Adder< Arithmetic, Atomicity > Struct Template Reference

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

#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Accumulators.h>

Detailed Description

template<typename Arithmetic, atomicity Atomicity>
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 322 of file Accumulators.h.


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