|
-
November 13th, 2011, 11:07 AM
#12
Re: How do I save funtions to be called later?
The documentation for boost::bind (std::bind is very similar):
http://www.boost.org/doc/libs/1_47_0...bind/bind.html
The documentation for boost::function (std::function is very similar):
http://www.boost.org/doc/libs/1_47_0.../function.html
I agree that lambdas are more readable than bind, but older compilers do not support them.
Last edited by Lindley; November 13th, 2011 at 11:11 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|