此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
bind1st
template<class Pred, class T> binder1st<Pred> bind1st(const Pred& pr, const T& x);
The function returns binder1st<Pred>(pr, Pred::first_argument_type(x)).
binder1st
<Pred>(pr, Pred::first_argument_type(x))