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