iterator_last function <BLOC/iterator.h>

The iterator_last function finds the last item in an iterable set. After this call, the iterator will be positioned at the end of the iterable set.

Syntax

void *
iterator_last(
	Iterator *iter
);

Parameters

iter

A pointer to the Iterator object controlling the iteration.

Return value

A reference pointer to the located object.