[#BloombergLP-bdlf-MemFn-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/MemFn.adoc[MemFn]::MemFn :relfileprefix: ../../../ :mrdocs: Create a member function wrapper holding the specified `func`. == Synopsis Declared in `<bdlf_memfn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *func* | member function pointer to wrap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#