Move this iterator to the next element in the container, and return an object that can be dereferenced to refer to the same object that this iterator initially points to. 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.
Declared in <bsltf_testvaluesarray.h>
TestValuesArray_PostIncrementPtr<VALUE>
operator++(int);