[#BloombergLP-bsls-Review-updateCount] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::updateCount :relfileprefix: ../../../ :mrdocs: Increment the specified count and return its new periodic value. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int updateCount(xref:BloombergLP/bsls/Review/Count.adoc[Count]* count); ---- == Description Increment the specified `count` and return the new value. Instead of overflowing, when the value is sufficiently large, decrement the value so that large values repeat periodically. == Return Value new periodic value of the count == Parameters [cols="1,4"] |=== | Name| Description | *count* | atomic failure count to update |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#