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