Boost logo

Boost Users :

From: Adi Shavit (adish_at_[hidden])
Date: 2005-05-08 05:48:33


Hi,

   Say have function I want to bind that expects an int*, but my placeholder _1 is of type int.
How can I tell the bind function to bind "&_1"?

I guess it would be something like: bind(myFun, address_of(_1));

Is this even possible?
Thanks,
Adi



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net