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