Member predicate ForeachStmt::getAVariable
Gets a local variable of this foreach
loop.
For example, a
and b
in
foreach ((int a, int b) in items) {
...
}
Gets a local variable of this foreach
loop.
For example, a
and b
in
foreach ((int a, int b) in items) {
...
}