28 Nov
2010
28 Nov
'10
8:41 a.m.
Am 27.11.2010 um 21:14 schrieb Jeff Flinn:
Kraus Philipp wrote:
Hello, how I can use the boost::bind with two const reference parameter like: boost::bind( &myclass::mymethod, this, p_env, p_com)
Like so:
boost::bind ( &myclass::mymethod , this , boost::cref(p_env) , boost::cref(p_com))
Jeff
Thanks, I did not known the cref command Phil