Return a MemFn member function wrapper that encapsulates the specified func member function pointer of the parameterized PROTOTYPE.
MemFn
func
PROTOTYPE
Declared in <bdlf_memfn.h>
<bdlf_memfn.h>
template<class PROTOTYPE> static MemFn<PROTOTYPE> memFn(PROTOTYPE func);