[#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 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. [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 to refer to the next collection of statistics for a monitored pid and return the iterator pointing to the previous modifiable value type. 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. [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); ---- [.small]#xref:BloombergLP/balb/PerformanceMonitor/ConstIterator/operator_inc-089.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#