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