[#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 pointer wrapper holding the address of the same member function as the specified `original` object. [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 pointer wrapper holding the address of the specified `func` member function having the parameterized `PROTOTYPE`. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#