I've read the description of "functionoids" here. They look like a poor-man's version of Boost::function and Boost::bind. Am I missing something? Is there a good reason to use them if you're already using Boost?
|
|
No. Alternatively see the FQA answer here. |
||
|
|
|
|
Check this article about closure that might help you. |
|||
|
|
|
|
My vote goes to tr1::function. Functors or functionoids represent the base from which Indeed by means of the type erasure technique |
|||
|
|
