Listing 9: The helper function

template <class ExprT>
double eval(ExprT e) { return e.eval(); }
— End of Listing —