bind2nd

  template <class Operation, class T>

  binder2nd<Operation> bind2nd

     (const Operation& op, const T& x);  
Remarks

Binds the operation to the second argument type.