此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
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)).
binder2nd
<Pred>(pr, Pred::second_argument_type(y))