[#BloombergLP-bslstl-Function_Variadic-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::Function_Variadic :relfileprefix: ../../ :mrdocs: This component‐private class template contains the physical representation and provides the variadic interfaces for `bsl::function`. == Synopsis Declared in `<bslstl_function.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PROTOTYPE> class Function_Variadic; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstl/Function_Variadic-08.adoc[`Function_Variadic<RET(ARGS...)>`] | Component‐private base providing representation and call operator for `bsl::function`. |=== == Derived Classes [cols="1,4"] |=== | Name| Description | xref:bsl/function-0a.adoc[`function`] | Forward declaration. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#