mem_fun
mem_fun
template<class R, class T>
mem_fun_t<R, T> mem_fun(R (T::*pm)());
The template function returns mem_fun_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
template<class R, class T>
mem_fun_t<R, T> mem_fun(R (T::*pm)());
The template function returns mem_fun_t
<R, T>(pm)
.