[#BloombergLP-bsls-AtomicInt64-operator_inc-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicInt64.adoc[AtomicInt64]::operator++ :relfileprefix: ../../../ :mrdocs: Increment operators == Synopses Declared in `<bsls_atomic.h>` Atomically increment the value of this object by 1 and return the resulting value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] xref:BloombergLP/bsls/AtomicInt64/operator_inc-02.adoc[operator++](); ---- [.small]#xref:BloombergLP/bsls/AtomicInt64/operator_inc-02.adoc[_» more..._]# Atomically increment the value of this object by 1 and return the value prior to being incremented. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] xref:BloombergLP/bsls/AtomicInt64/operator_inc-07.adoc[operator++](int); ---- [.small]#xref:BloombergLP/bsls/AtomicInt64/operator_inc-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#