Returns a reference to the pointed‐to element.
Synopsis
Declared in <prevector.h>
T&
operator*() const;
Return Value
A reference to the element the iterator refers to.
Created with MrDocs
Returns a reference to the pointed‐to element.
Declared in <prevector.h>
T&
operator*() const;
A reference to the element the iterator refers to.
Created with MrDocs