[#BloombergLP-bslmf-FunctionPointerTraits-01a-_04enum-04] = 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: Varargs flag for the function type. == Synopsis Declared in `<bslmf_functionpointertraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_IS_VARARG` | `0` indicating that the function does not take C‐style varargs. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#