Function
infix
Creates infix object.
infix(host, begin, end)
Parameters
host
The complete sequence.
begin
Position or iterator of the first element of the segment.
end
Position or iterator behind the last element of the segment.
Remarks: end must have the same type as begin.
Return Values
The infix of host between begin and end-1.
Remarks: The type of the suffix is given by Suffix.
Remarks
Notational sugar.
SeqAn - Sequence Analysis Library - www.seqan.de