bind1st
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))
.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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))
.