Return a MemFn member function wrapper that encapsulates the specified func member function pointer of the parameterized PROTOTYPE.

Synopsis

Declared in <bdlf_memfn.h>

template<class PROTOTYPE>
static
MemFn<PROTOTYPE>
memFn(PROTOTYPE func);

Created with MrDocs