boost::bind is a generalization of the standard C++ functions std::bind1st and std::bind2nd.
My application has a section that resembles the following code void SomeClass::OtherMethod(std::vector<std::string>& …