Return the address of the non‐modifiable attribute container at which this iterator is positioned.
Synopsis
Declared in <ball_attributecontainerlist.h>
AttributeContainer const*
operator*() const;
Description
The behavior is undefined unless this iterator is at a valid position in the list.
Return Value
address of the attribute container at this iterator's position
Created with MrDocs