mem_fun1_ref
mem_fun1_ref
template<class R, class T, class A>
mem_fun1_ref_t<R, T, A> mem_fun1_ref(R (T::*pm)(A));
The template function returns mem_fun1_ref_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_ref
template<class R, class T, class A>
mem_fun1_ref_t<R, T, A> mem_fun1_ref(R (T::*pm)(A));
The template function returns mem_fun1_ref_t
<R, T, A>(pm)
.