I could use some help with bind syntax. I have a container:

Class MyClass
{
        public:
                void foo(void);
}

Std::map<int, boost::shared_ptr<MyClass> >

I would like to construct a for_each loop with calls to foo for every
pointer to MyClass in the map. Help greatly appreciated.

 

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to