Return a pointer to the current element.
Declared in <bslstl_forwarditerator.h>
T*
operator->() const;
The behavior is undefined if this iterator has the past-the-end value for an iterator over the underlying sequence.
pointer to the current element