[#BloombergLP-bslmf-FunctionPointerTraits-01a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/FunctionPointerTraits-04.adoc[FunctionPointerTraits]<t_BSLMF_RETURN(*)(t_ARGS...) noexcept> :relfileprefix: ../../ :mrdocs: Specialization for function pointers that return `t_BSLMF_RETURN` and accept a fixed number of arguments == Synopsis Declared in `<bslmf_functionpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_BSLMF_RETURN, class... t_ARGS> struct xref:BloombergLP/bslmf/FunctionPointerTraits-04.adoc[FunctionPointerTraits]<t_BSLMF_RETURN(*)(t_ARGS...) noexcept>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/ArgumentList.adoc[`ArgumentList`] | `ArgumentList` is an alias to the argument type list of the function. | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/FuncType.adoc[`FuncType`] | `FuncType` is an alias to the function type (without pointer). | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/Linkage.adoc[`Linkage`] | `Linkage` is an alias to the linkage tag for this function pointer. | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/ResultType.adoc[`ResultType`] | `ResultType` is an alias to the return type of the function. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/_04enum-00.adoc[`Unnamed enum`] | Trait flags for fixed‐arity function pointer types. | xref:BloombergLP/bslmf/FunctionPointerTraits-01a/_04enum-04.adoc[`Unnamed enum`] | Varargs flag for the function type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#