mem_fun1
mem_fun1
template<class R, class T, class A>
mem_fun1_t<R, T, A> mem_fun1(R (T::*pm)(A));
The template function returns mem_fun1_t
<R, T, A>(pm)
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
mem_fun1
template<class R, class T, class A>
mem_fun1_t<R, T, A> mem_fun1(R (T::*pm)(A));
The template function returns mem_fun1_t
<R, T, A>(pm)
.