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

Return Value

address of fn

Parameters

Name

Description

fn

function whose address is returned

Created with MrDocs