bsl::vector_UintPtrConversionIterator::operator++

Increment operators

Synopses

Declared in <bslstl_vector.h>

Increment this iterator to refer to the next element in the underlying sequence, and return a reference to this object.

vector_UintPtrConversionIterator<VALUE_TYPE, ITERATOR>&
operator++();
» more...

Return this object, and increment this iterator to refer to the next element in the underlying sequence.

vector_UintPtrConversionIterator<VALUE_TYPE, ITERATOR>
operator++(int);
» more...