bind1st

Binds the first.

  template <class Operation, class T>
     binder1st<Operation> bind1st(const Operation& op, const T&  x);  
Remarks

Binds the operation to the first argument type.