
11 Mar
2011
11 Mar
'11
2:37 p.m.
Hi,
Hi...do you know what it means the parameters "_1" and "_2"?
These are 'placeholders'. See the boost::bind documentation: http://www.boost.org/doc/libs/1_46_0/libs/bind/bind.html#Purpose -> _1 means "substitute with the first input argument." cheers, Remko