Move this iterator to the next element in the container.
Synopsis
Declared in <bsltf_testvaluesarray.h>
TestValuesArrayIterator<VALUE>&
operator++();
Description
Move this iterator to the next element in the container. Any copies of this iterator are no longer dereferenceable or comparable. The behavior is undefined unless this iterator refers to a valid value in the container.
Return Value
a reference to this iterator after the increment
Created with MrDocs