[#BloombergLP-bdlf-MemFnUtil-memFn-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/MemFnUtil.adoc[MemFnUtil]::memFn :relfileprefix: ../../../ :mrdocs: `memFn` overloads == Synopses Declared in `<bdlf_memfn.h>` Return a `MemFn` member function wrapper that encapsulates the specified `func` member function pointer of the parameterized `PROTOTYPE`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PROTOTYPE> static xref:BloombergLP/bdlf/MemFn.adoc[MemFn<PROTOTYPE>] xref:BloombergLP/bdlf/MemFnUtil/memFn-0b.adoc[memFn](PROTOTYPE func); ---- [.small]#xref:BloombergLP/bdlf/MemFnUtil/memFn-0b.adoc[_» more..._]# Return a `MemFnInstance` member function wrapper that encapsulates the specified `func` member function pointer of the parameterized `PROTOTYPE` and the specified `object` instance of the parameterized `INSTANCE` type. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class PROTOTYPE, class INSTANCE> static xref:BloombergLP/bdlf/MemFnInstance.adoc[MemFnInstance<PROTOTYPE, INSTANCE>] xref:BloombergLP/bdlf/MemFnUtil/memFn-02.adoc[memFn]( PROTOTYPE func, INSTANCE const& object); ---- [.small]#xref:BloombergLP/bdlf/MemFnUtil/memFn-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#