BloombergLP::bdlf::MemFnInstance::operator=

Assign the member function and instance from the specified rhs.

Synopsis

Declared in <bdlf_memfn.h>

MemFnInstance<PROTOTYPE, INSTANCE>&
operator=(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

NameDescription
rhswrapper to copy from