16 May
2013
16 May
'13
6:25 a.m.
No, bind function object types do not have the argument types. These types are not known until the function object is actually invoked. The only types you will find is the bound function object type and bound argument values types (and the latter may differ from the actual argument types, BTW).
This is an aside, but is there a way, given the result of a bind(), to get the types of the bound argument values? Thanks, Nate