[#BloombergLP-bsls-Util-addressOf-0b] = 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`. == Synopsis Declared in `<bsls_util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class RESULT, class ARG1, class ARG2> static RESULT(* addressOf(RESULT(& fn)(ARG1, ARG2)))(ARG1, ARG2); ---- == Description Note that this implementation supports functions of only a limited number of parameters, determined by the current needs of the BDE software. == Return Value address of `fn` == Parameters [cols="1,4"] |=== | Name| Description | *fn* | function whose address is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#