Return a const reference to the TYPE object referred to by this iterator. The behavior is undefined if this iterator is empty.
Synopsis
Declared in <bsltf_inputiterator.h>
InputIterator<TYPE>::reference
operator*() const;
Return Value
a reference to the TYPE object referred to by this iterator
Created with MrDocs