Boost logo

Boost Users :

From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-03-05 11:36:49


On Tue, Mar 4, 2008 at 7:16 PM, Marshall Clow <marshall_at_[hidden]> wrote:
>
> Would this work?
> std::for_each( myStrings.begin(), myStrings.end(), boost::bind(
> &DoFoo<std::string>, 5, _1 ) );

Well, the example I gave was probably overly simple. The real example uses a
boost::python::list, which can either take a char* or a std::string. At the
time I'm doing the boost::bind, I do not know what type is being passed in.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net