[#BloombergLP-bsls-Util-addressOf-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Util.adoc[Util]::addressOf :relfileprefix: ../../../ :mrdocs: Return the address of the specified function `fn`. Note that this implementation supports functions of only a limited number of parameters, determined by the current needs of the BDE software. A more general form that will support an arbitrary number of function parameters will be available with C++11. == Synopsis Declared in `<bsls_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RESULT> static RESULT(* addressOf(RESULT(& fn)()))(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#