[#BloombergLP-bsls-Review-Count] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::Count :relfileprefix: ../../../ :mrdocs: `Count` is an alias for an atomic integer. All `bsls_review` macros declare a static local `Count` variable that is used to track how many times that review has failed. This count gets updated through the `bsls::Review::updateCount` function. == Synopsis Declared in `<bsls_review.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Int.adoc[bsls::AtomicOperations::AtomicTypes::Int] Count; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#