Regress this iterator to the previous element.

Synopsis

Declared in <bslstl_randomaccessiterator.h>

Description

Decrement to the previous element. Return a reference to this modifiable iterator. The behavior is undefined if, on entry, this iterator has the same value as an iterator to the start of the underlying sequence.

Return Value

reference to this modifiable iterator

Created with MrDocs