Name

bind1st function template — Creates a binder1st function object

Synopsis

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

The bind1st function is a convenient way to construct a binder1st object. Use bind1st when you have a binary function and always want to supply the same value as the first argument to the function.