Return a MemFn wrapper for the specified func.
Declared in <bdlf_memfn.h>
template<class PROTOTYPE>
static
MemFn<PROTOTYPE>
memFn(PROTOTYPE func);
Return a MemFn member function wrapper that encapsulates the specified func member function pointer of the parameterized PROTOTYPE.
MemFn wrapper encapsulating func
| Name | Description |
|---|---|
| func | member function pointer to wrap |