13 Jul
2009
13 Jul
'09
5:47 a.m.
Ozgur Ozturk wrote:
Hi, I see in the code some functions are passed things like boost::asio::placeholders::bytes_transferred. But I didn't understand what is going on, what are their aim?
Please compare with, e.g., Boost.Bind's placeholders. In this case bytes_transferred is similar to _2. Hope that helps, Kind regards, Rutger