[#BloombergLP-bslmt-TestUtil-makeFunctionCallNonInline] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/TestUtil.adoc[TestUtil]::makeFunctionCallNonInline :relfileprefix: ../../../ :mrdocs: Return the specified `functionPtr` (expected to be a static function pointer) without modification. The value of `functionPtr` is transformed through `identityPtr` so that if the caller is in a different module, the compiler will have no way of knowing that this is an identity function and thus no way of inlining the call. == Synopsis Declared in `<bslmt_testutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class FUNCTION_PTR> static FUNCTION_PTR makeFunctionCallNonInline(FUNCTION_PTR functionPtr); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#