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>
typedef bsls::AtomicOperations::AtomicTypes::Int Count;
Created with MrDocs