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).
mem_fun_t
<R, T>(pm)