From: Jaakko Jarvi (jarvi_at_[hidden])
Date: 2006-01-11 14:27:01


On Jan 11, 2006, at 12:27 PM, David Greene wrote:

>
>
> Another question: when using bind to delay application of the member
> function to the object, is the object passed by reference or value
> on invocation? If by value, is there a way to pass it by reference?
>

Explanation of this issue, plus some examples are here:

http://boost.org/doc/html/lambda/
le_in_details.html#member_functions_as_targets

Cheers,

   Jaakko