BloombergLP::bdlf::MemFnUtil::memFn

Return a MemFn wrapper for the specified func.

Synopsis

Declared in <bdlf_memfn.h>

template<class PROTOTYPE>
static
MemFn<PROTOTYPE>
memFn(PROTOTYPE func);

Description

Return a MemFn member function wrapper that encapsulates the specified func member function pointer of the parameterized PROTOTYPE.

Return Value

MemFn wrapper encapsulating func

Parameters

NameDescription
funcmember function pointer to wrap