$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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