// How to use bind to // a) change the order of arguments // b) turn a 3 argument function to a 2 argument function // #include #include void f(const double & x,const double & y,const double & z) { std::cout<<"called f with arguments "<