[#BloombergLP-bsls-AtomicOperations_ALL_ALL_ClangIntrinsics-addIntNvRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_ALL_ALL_ClangIntrinsics.adoc[AtomicOperations_ALL_ALL_ClangIntrinsics]::addIntNvRelaxed :relfileprefix: ../../../ :mrdocs: Atomically add to the specified `atomicInt` the specified `value` and return the resulting value, without providing any memory ordering guarantees. == Synopsis Declared in `<bsls_atomicoperations_all_all_clangintrinsics.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int addIntNvRelaxed( 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]#