bind2nd
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))
.
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.
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))
.