folly::ThreadCachedInt::operator++

Pre-increments the counter (post-increment is not supported).

Synopsis

Declared in <folly/ThreadCachedInt.h>

ThreadCachedInt&
operator++();

Return Value

A reference to this counter.