Increment operators
Declared in <bsltf_testvaluesarray.h>
Move this iterator to the next element in the container.
TestValuesArrayIterator<VALUE>&
operator++();
» more...
Advance this iterator and return a proxy to the prior element.
TestValuesArray_PostIncrementPtr<VALUE>
operator++(int postfix);
» more...
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |