Member predicate Parameter::getPosition
Gets the position of this parameter. For example, the position of x
is
0 and the position of y
is 1 in
void M(int x, int y) {
...
}
Gets the position of this parameter. For example, the position of x
is
0 and the position of y
is 1 in
void M(int x, int y) {
...
}