Function
end
The end of a container.
Iterator end(object [, tag])
Parameters
object
A container.
tag
An iterator spec tag that specifies the kind of the iterator returned. (optional)
Default: Given by DefaultGetIteratorSpec.
Return Values
An iterator that points behind the last item in object.
Metafunctions: Iterator
Remarks
If the container does not contain any items at all, the function may return 0.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de