API Reference > OdDAI Namespace > Classes > Iterator Class > Iterator Methods > Iterator::next Method
Iterator::next Method
Syntax
C++
virtual bool next() = 0;

Moves the iterator to the next element of an aggregate relative to the current one. The next element becomes the current one unless the end of an aggregate is reached.

Applicable for ordered aggregates (arrays, lists).

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.