Constructors
Declared in <bdlf_memfn.h>
Create a member function wrapper as a copy of the specified original.
MemFn(MemFn<PROTOTYPE> const& original);
» more...
Create a member function wrapper holding the specified func.
explicit
MemFn(PROTOTYPE func);
» more...
| Name | Description |
|---|---|
| original | wrapper to copy |
| func | member function pointer to wrap |