[#BloombergLP-bslmf-FunctionPointerTraits-01a-_04enum-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/FunctionPointerTraits-01a.adoc[FunctionPointerTraits<t_BSLMF_RETURN(*)(t_ARGS...) noexcept>]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Trait flags for fixed‐arity function pointer types. == Synopsis Declared in `<bslmf_functionpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `IS_FUNCTION_POINTER` | `1` indicating that `t_PROTOTYPE` is a function pointer type. | `IS_NOEXCEPT` | `0` indicating that the function is not `noexcept`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#