|
Boost Users : |
From: David Williams (david_at_[hidden])
Date: 2006-02-17 19:20:18
Hi, if I call boost::bind it creates a function object, is that correct?
So how can I give this function object a name? That is, presumably I can
have an expression like:
SomeTypeHere myFunc = boost::bind(...);
But what should SomeTypeHere actually be? I've found I can use
boost::function but would rather not for performance reasons. Any other
options?
Thanks,
David
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