$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Terence Wilson (tez_at_[hidden])
Date: 2003-05-14 13:11:39
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.