Function
countChildren
Count the number of children of a tree node.
countChildren(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
The number of children of a tree node. If iterator's container type is TIndex, the return type is Size<TIndex>::Type.
SeqAn - Sequence Analysis Library - www.seqan.de