23 Jun
2005
23 Jun
'05
3:54 a.m.
"Peter Dimov"
but something like
Functor f(boost::bind<Ret>(&Foo, _1, &CreateArg2);
so that f(arg1) = Foo(arg1, CreateArg2());
bind( Foo, _1, bind( CreateArg2 ) ).
Ha, it is realy obvious! Now i'm also able to find it in the docu :)) Thanks a lot! Bertolt