Return this object, and increment this iterator to refer to the next element in the underlying sequence.
Declared in <bslstl_vector.h>
vector_UintPtrConversionIterator<VALUE_TYPE, ITERATOR>
operator++(int unused);
copy of this iterator as it was before the increment
| Name | Description |
|---|---|
| unused | ignored; distinguishes post-increment |