Function
lca
Returns the last common ancestor of two tree nodes.
bool lca(a, b, result)
Parameters
a
The first node.
b
The second node.
result
A reference to the resulting lca node.
Return Values
false if the lca of a and b is the root node, otherwise true.
SeqAn - Sequence Analysis Library - www.seqan.de