$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (yg-boost-users_at_[hidden])
Date: 2003-04-23 04:53:24
I have a std::list of boost::function0<void> I would like to call all
items using a for_each statement. Is there a standard function object
that I can pass into the for_each call that will call operator() on each
element?
Thanks
Russell