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

Name

Description

original

wrapper to copy

Created with MrDocs