Hi,
I have an expression tree in which the nodes are operators (union, intersection etc represented by a string "/u") or the nodes are std::sets.
How could I access the std::set's values in order to carry out the tree evaluation using the operator functions(set_union(), set_intersection() etc) ? The expressions are pre and postfix.
Thanks for any help, it's most appreciated.