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