[#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 the new value. Instead of overflowing, when the value is sufficiently large, decrement the value so that large values repeat periodically. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int updateCount(xref:BloombergLP/bsls/Review/Count.adoc[Count]* count); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#