Bromeon
Defines
Tools/ForEach.hpp File Reference

Contains macros that simplify the syntax of container iteration. More...

Go to the source code of this file.

Defines

#define THOR_FOREACH(ContainerType, containerVar, iteratorVar)
 Macro to iterate forward on a mutable sequence.
#define THOR_CONST_FOREACH(ContainerType, containerVar, iteratorVar)
 Macro to iterate forward on a constant sequence.

Detailed Description

Contains macros that simplify the syntax of container iteration.