![]() |
The Gaudi Framework
v36r6 (b1ee9983)
|
BaseValueHandler specialization in the case of atomicity full. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Accumulators.h>

Public Types | |
| using | OutputType = Arithmetic |
| using | InternalType = std::atomic< Arithmetic > |
Static Public Member Functions | |
| static constexpr OutputType | getValue (const InternalType &v) noexcept |
| static Arithmetic | exchange (InternalType &v, Arithmetic newv) noexcept |
BaseValueHandler specialization in the case of atomicity full.
Definition at line 308 of file Accumulators.h.
| using Gaudi::Accumulators::BaseValueHandler< Arithmetic, atomicity::full >::InternalType = std::atomic<Arithmetic> |
Definition at line 310 of file Accumulators.h.
| using Gaudi::Accumulators::BaseValueHandler< Arithmetic, atomicity::full >::OutputType = Arithmetic |
Definition at line 309 of file Accumulators.h.
|
inlinestaticnoexcept |
Definition at line 314 of file Accumulators.h.
|
inlinestaticconstexprnoexcept |
Definition at line 311 of file Accumulators.h.