BloombergLP::bdlf::MemFn::MemFn

Create a member function wrapper as a copy of the specified original.

Synopsis

Declared in <bdlf_memfn.h>

MemFn(MemFn<PROTOTYPE> const& original);

Description

Create a member function pointer wrapper holding the address of the same member function as the specified original object.

Parameters

NameDescription
originalwrapper to copy