BloombergLP::bslstl::ForwardIterator::operator++

Advance this iterator to the next element.

Synopsis

Declared in <bslstl_forwarditerator.h>

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

Description

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.

Return Value

reference to this modifiable iterator