18 Sep
2007
18 Sep
'07
12:39 p.m.
Hi,
I'm looking for a way to let the function object wrapper be stored by reference
instead of by cloning/copying.
It's said in [1] that someone can achieve this through the use of references,
but i don't know how to apply it in this particular case.
<code>
class A {
bool operator()(void) {return false;}
};
typedef boost::function