Function
isRightTerminal
Test whether iterator points to a suffix.
bool isRightTerminal(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
true if iterator points to the node representing a suffix, otherwise false.
Remarks
Every leaf is also a right terminal (see isLeaf), but not vice versa.
SeqAn - Sequence Analysis Library - www.seqan.de