Contents

isValid

Checks that the collection hasn't been modified during iteration.

Declaration

virtual bool isValid();

Return Value

true if the iterator is valid for continued use, false otherwise (typically because the iteration context has been modified).

See Also

Miscellaneous