j
k
j a
j l
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)
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
Back to the thread
Back to the list