[#BloombergLP-bdlf-MemFnInstance-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/MemFnInstance.adoc[MemFnInstance]::operator= :relfileprefix: ../../../ :mrdocs: Assign the member function and instance from the specified `rhs`. == Synopsis Declared in `<bdlf_memfn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlf/MemFnInstance.adoc[MemFnInstance<PROTOTYPE, INSTANCE>]& operator=(xref:BloombergLP/bdlf/MemFnInstance.adoc[MemFnInstance] const& rhs); ---- == Description Assign to this member function pointer wrapper the same member function and instance pointed to by the specified `rhs` member function pointer wrapper, and return a reference to this modifiable member function pointer wrapper. == Return Value reference to this modifiable wrapper == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | wrapper to copy from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#