template <class Operation, class T> binder2nd<Operation> bind2nd (const Operation& op, const T& x);
Binds the operation to the second argument type.