qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate CoReturnStmt::hasExpr

Holds if this co_return statement has an expression.

For example, this holds for

co_return 1+2;

but not for

co_return;
predicate hasExpr()