Return the address of the specified function fn.
Synopsis
Declared in <bsls_util.h>
template<
class RESULT,
class ARG>
static
RESULT(*
addressOf(RESULT(& fn)(ARG)))(ARG);
Created with MrDocs
Return the address of the specified function fn.
Declared in <bsls_util.h>
template<
class RESULT,
class ARG>
static
RESULT(*
addressOf(RESULT(& fn)(ARG)))(ARG);
Created with MrDocs