Member predicate AccessPath::AccessPathToken::getArgument
Gets the n
th argument to this name
token, such as x
or y
from Member[x,y]
.
string getArgument(string name, int n)
Gets the n
th argument to this name
token, such as x
or y
from Member[x,y]
.
string getArgument(string name, int n)