[#BloombergLP-bsls-AtomicOperations-addIntNv] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations.adoc[AtomicOperations]::addIntNv :relfileprefix: ../../../ :mrdocs: Atomically add to the specified `atomicInt` the specified `value` and return the resulting value, providing the sequential consistency memory ordering guarantee. == Synopsis Declared in `<bsls_atomicoperations.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int addIntNv( xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Int.adoc[AtomicTypes::Int]* atomicInt, int value); ---- == Return Value value of `atomicInt` after the addition == Parameters [cols="1,4"] |=== | Name| Description | *atomicInt* | atomic integer to modify | *value* | amount to add |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#