Re: [Boost-users] Deferred Function calls

24 Oct
2006
24 Oct
'06
9:30 p.m.
I think you're on the right track. Basically, you want the interface to be `void fn()' Binding should help you: deferred_fn_t fn=boost::bind(the_function,1,2,3); And have a vector of deferred_fn_t's? HTH! Sohail
6798
Age (days ago)
6798
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sohail Somani