Binds the first.
template <class Operation, class T> binder1st<Operation> bind1st(const Operation& op, const T& x);
Binds the operation to the first argument type.