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