CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::InitializedIterable Struct Reference

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>

Inheritance diagram for CeresEngine::InitializedIterable:
CeresEngine::IndexSet::IndexIterator

Detailed Description

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.


The documentation for this struct was generated from the following file: