Assign the member function and instance from the specified rhs.
Declared in <bdlf_memfn.h>
MemFnInstance<PROTOTYPE, INSTANCE>&
operator=(MemFnInstance const& rhs);
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.
reference to this modifiable wrapper
| Name | Description |
|---|---|
| rhs | wrapper to copy from |