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

Increment operators

Synopses

Declared in <balb_performancemonitor.h>

Advance this iterator to the next monitored pid.

PerformanceMonitor::ConstIterator&
operator++();
» more...

Advance this iterator and return its previous value.

PerformanceMonitor::ConstIterator
operator++(int postfix);
» more...

Return Value

  • reference to this iterator after it has been advanced
  • copy of this iterator as it was before being advanced

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator