Function
front
Gets the first element of the remaining stream.
front(object)
Parameters
object
A pop-passive pipeline module.
Types: Pipe, Pool
Return Values
The first element of the remaining input stream. Return type is Value<TObject>::Type for object type TObject.
Remarks
front or pop can only be called within a read process surrounded by beginRead and endRead.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de