
20 Feb
2008
20 Feb
'08
11:58 p.m.
Hi Alexander.
Is there any easy way to bind an explicit type conversion ?
Is the Boost Lambda library's ll_static_cast<> template what you are looking for? Just use that with boost::lambda::bind() instead of boost::bind(). See http://www.boost.org/doc/html/lambda/le_in_details.html#id1247769 for details... Hope this helps. Best regards, Jurko Gospodnetić