S
STL-BOOST
Hi all:
how do i use bind for this:
struct fun
{
void exe()(int i){}
}
vector<fun> vec;
for_each(vec.begin(), vec.end(), ?);
how do i use bind for this:
struct fun
{
void exe()(int i){}
}
vector<fun> vec;
for_each(vec.begin(), vec.end(), ?);