Advance this iterator to the next unvisited category.

Synopsis

Declared in <ball_categorymanager.h>

void
operator++();

Description

Advance this iterator to refer to the next unvisited category. If no such category exists, this iterator becomes invalid. The behavior is undefined unless this iterator is initially valid. Note that the order of iteration is undefined.

Created with MrDocs