[#BloombergLP-bdlf-Overloaded_ConstNoexceptMemberFunctionPointer-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Overloaded_ConstNoexceptMemberFunctionPointer.adoc[Overloaded_ConstNoexceptMemberFunctionPointer]::operator() :relfileprefix: ../../../ :mrdocs: Call the member function passed to the constructor using the specified `obj` with the specified `args`, and return the result of the call. == Synopsis Declared in `<bdlf_overloaded.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- RET operator()( OBJ const* obj, ARGS&&... args) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#