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

Synopsis

Declared in <bdlf_memfn.h>

MemFn(MemFn<PROTOTYPE> const& original);

Created with MrDocs