BloombergLP::balb::PerformanceMonitor::ConstIterator::operator++

Advance this iterator to the next monitored pid.

Synopsis

Declared in <balb_performancemonitor.h>

PerformanceMonitor::ConstIterator&
operator++();

Description

Advance this iterator to refer to the next collection of statistics for a monitored pid and return a reference to the modifiable value type of this iterator. If there is no next collection of statistics, this iterator will be set equal to end(). The behavior of this function is undefined unless this iterator is dereferenceable.

Return Value

reference to this iterator after it has been advanced