このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Note
このページにアクセスするには、承認が必要です。 サインインまたはディレクトリの変更を試すことができます。
このページにアクセスするには、承認が必要です。 ディレクトリの変更を試すことができます。
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))