BloombergLP::bsls::Util::addressOf

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);