The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::Accumulators::Adder< Arithmetic, Atomicity > Struct Template Reference

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

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 340 of file Accumulators.h.


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