[#BloombergLP-bslmf-FunctionPointerTraits-00b-_04enum-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmf.adoc[bslmf]::xref:BloombergLP/bslmf/FunctionPointerTraits-00b.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` | `1` indicating that the function takes C‐style varargs. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#