|
CeresEngine 0.2.0
A game development framework
|
When used as a base class for a iterator type, MakeIterable will call the bool init() member before iteration.
More...
#include <CeresEngine/Foundation/Iterator.hpp>
When used as a base class for a iterator type, MakeIterable will call the bool init() member before iteration.
If init() returns false, the iterator is empty.