BloombergLP::bslstl::RandomAccessIterator::operator++

Increment to the next element. Return a reference to this modifiable iterator. The behavior is undefined if, on entry, this iterator has the past-the-end value for an iterator over the underlying sequence.

Synopsis

Declared in <bslstl_randomaccessiterator.h>

RandomAccessIterator<T, ITER_IMP, TAG_TYPE>&
operator++();