These actions would be useful:
// Saves arg #0 to foo. We may want to enforce that the function
// takes exactly one argument.
SaveArgTo(&foo)
// Saves arg #3 to foo. Shorthand for WithArg<3>(SaveArgTo(&foo)).
SaveArg<3>(&foo)
Original issue reported on code.google.com by zhanyong...@gmail.com on 13 Feb 2009 at 8:48
Original issue reported on code.google.com by
zhanyong...@gmail.com
on 13 Feb 2009 at 8:48