Return the address of the element at which this iterator is positioned.
Declared in <bsltf_testvaluesarray.h>
VALUE const*
operator->() const;
Return the address of the element (of the template parameter VALUE) at which this iterator is positioned. The behavior is undefined unless this iterator is dereferenceable.
the address of the element at which this iterator is positioned