qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate StmtExpr::getResultExpr

Gets the result expression of the enclosed statement. For example, a+b is the result expression in this example:

x = ({ dosomething(); a+b; });
Expr getResultExpr()