Create a member function wrapper holding the specified func.
Declared in <bdlf_memfn.h>
explicit
MemFn(PROTOTYPE func);
Create a member function pointer wrapper holding the address of the specified func member function having the parameterized PROTOTYPE.
| Name | Description |
|---|---|
| func | member function pointer to wrap |