Return the address of the specified function fn.
Declared in <bsls_util.h>
template<
class RESULT,
class ARG1,
class ARG2>
static
RESULT(*
addressOf(RESULT(& fn)(ARG1, ARG2)))(ARG1, ARG2);
Note that this implementation supports functions of only a limited number of parameters, determined by the current needs of the BDE software.
address of fn
| Name | Description |
|---|---|
| fn | function whose address is returned |