bind2nd
bind2nd
template<class Pred, class T>
binder2nd<Pred> bind2nd(const Pred& pr, const T& y);
The function returns binder2nd
<Pred>(pr, Pred::second_argument_type(y))
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
bind2nd
template<class Pred, class T>
binder2nd<Pred> bind2nd(const Pred& pr, const T& y);
The function returns binder2nd
<Pred>(pr, Pred::second_argument_type(y))
.