uint FindIdOfNode(NodeType const& node) const;

Arguments

node

NodeType const&; the node;

Value

an uint from 0 to M-1, where M is the number of nodes in the tree.

See also