[#BloombergLP-bdlf-MemFn-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/MemFn.adoc[MemFn]::MemFn :relfileprefix: ../../../ :mrdocs: Create a member function wrapper as a copy of the specified `original`. == Synopsis Declared in `<bdlf_memfn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MemFn(xref:BloombergLP/bdlf/MemFn.adoc[MemFn<PROTOTYPE>] const& original); ---- == Description Create a member function pointer wrapper holding the address of the same member function as the specified `original` object. == Parameters [cols="1,4"] |=== | Name| Description | *original* | wrapper to copy |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#