Hello

I have a std::vector<boost::shared_ptr<someobject>> container, and I would like to call a function test(); on each object in a container..

Whats that trick to do this boost::bind in one line so I dont have to use iteration for loop?

Thanks a lot for help