Member predicate C11GenericExpr::getControllingExpr
Gets the controlling expression of the generic selection.
For example, for
_Generic(e, int: "a", default: "b")
the result is e
.
Gets the controlling expression of the generic selection.
For example, for
_Generic(e, int: "a", default: "b")
the result is e
.