
18 Feb
2006
18 Feb
'06
12:20 a.m.
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