Function
isLess
Operator "<".
isLess(left, right [, prefix_order_tag])
isLess(comparator)
Include Headers
seqan/sequence.h
Parameters
left
The first parameter.
right
The second parameter that is compared to left.
prefix_order_tag
Tag that specify whether prefixes are less or greater. (optional)
If omitted, the default tag is determined by DefaultPrefixOrder for the type of left.
comparator
A comparator.
Types: Lexical
Remarks
Sequences are compared in lexicographical order.
Return Values
true if left is less than right, false otherwise.
Member of
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:18