Create an iterator providing non‐modifiable access to the categories in the specified categoryManager that is initialized to refer to the first category in the sequence of categories in the registry of categoryManager, if one exists, and is initialized to be invalid otherwise. The order of iteration is undefined. The behavior is undefined unless the lifetime of categoryManager is at least as long as the lifetime of this iterator.

Synopsis

Declared in <ball_categorymanager.h>

explicit
CategoryManagerIter(CategoryManager const& categoryManager);

Created with MrDocs