Subject: [Boost-users] Arguments types for object created with boost::bind()
From: niXman (i.nixman_at_[hidden])
Date: 2012-06-21 08:42:59


Hello!

I need to get the types list for operator() for result type of boost::bind()

Example:

void func(int, long) {}
auto o = boost::bind(&func, _1, _2);
o( ??? ); // what types of arguments?

Thanks.

-- 
Regards,
niXman
___________________________________________________
Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows:
http://sourceforge.net/projects/mingwbuilds/