Return the address of the element at which this iterator is positioned.
Synopsis
Declared in <bsltf_testvaluesarray.h>
VALUE const*
operator‐>() const;
Description
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.
Return Value
the address of the element at which this iterator is positioned
Created with MrDocs