29 Dec
2005
29 Dec
'05
4:15 p.m.
I have a situation where I need to be able to specify the type of
object that will be created by an invocation of bind():
template<typename F>
class Callback {
public:
Callback(F func) ...
}
template