struct
#include <nCine/Base/Iterator.h>
ForwardIteratorTag Dispatching tag for iterators that can only move forward, one element at a time.
Derived classes
- struct BidirectionalIteratorTag
- Dispatching tag for iterators that can move both ways, one element at a time.