Increment this iterator to refer to the next contiguous TYPE object.
Synopsis
Declared in <bsltf_inputiterator.h>
InputIterator<TYPE>&
operator++();
Description
Return a reference to this iterator after the increment. The behavior is undefined if this iterator is empty.
Return Value
a reference to this iterator after the increment
Created with MrDocs