Function
difference
The difference between two iterators.
difference(begin, end)
Parameters
begin
Iterator to the first position of a range.
Types: Iter
end
Iterator behind the last position of a range.
Types: Iter
Return Values
Length of the range between begin and end.
Remarks
This function is equivalent to begin - end.
Usually, begin and end have the same type.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de