[#BloombergLP-balb-PerformanceMonitor-ConstIterator-operator_inc-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PerformanceMonitor.adoc[PerformanceMonitor]::xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[ConstIterator]::operator++ :relfileprefix: ../../../../ :mrdocs: Increment operators == Synopses Declared in `<balb_performancemonitor.h>` Advance this iterator to the next monitored pid. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[PerformanceMonitor::ConstIterator]& xref:BloombergLP/balb/PerformanceMonitor/ConstIterator/operator_inc-088.adoc[operator++](); ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/ConstIterator/operator_inc-088.adoc[_» more..._]# Advance this iterator and return its previous value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balb/PerformanceMonitor/ConstIterator.adoc[PerformanceMonitor::ConstIterator] xref:BloombergLP/balb/PerformanceMonitor/ConstIterator/operator_inc-089.adoc[operator++](int postfix); ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/ConstIterator/operator_inc-089.adoc[_» more..._]# == Return Value * reference to this iterator after it has been advanced * copy of this iterator as it was before being advanced == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#