BloombergLP::bdlf::MemFn::MemFn

Constructors

Synopses

Declared in <bdlf_memfn.h>

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

MemFn(MemFn<PROTOTYPE> const& original);
» more...

Create a member function wrapper holding the specified func.

explicit
MemFn(PROTOTYPE func);
» more...

Parameters

NameDescription
originalwrapper to copy
funcmember function pointer to wrap