BloombergLP::bdlf::MemFn::MemFn

Create a member function wrapper holding the specified func.

Synopsis

Declared in <bdlf_memfn.h>

explicit
MemFn(PROTOTYPE func);

Description

Create a member function pointer wrapper holding the address of the specified func member function having the parameterized PROTOTYPE.

Parameters

NameDescription
funcmember function pointer to wrap