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 unused);
» more...

Return Value

  • reference providing modifiable access to this iterator
  • copy of this iterator as it was before the increment

Parameters

NameDescription
unusedignored; distinguishes post-increment