This component-private class template contains the physical representation and provides the variadic interfaces for bsl::function.
Declared in <bslstl_function.h>
template<class PROTOTYPE>
class Function_Variadic;
| Name | Description |
|---|---|
Function_Variadic<RET(ARGS...)> | Component-private base providing representation and call operator for bsl::function. |
| Name | Description |
|---|---|
function | Forward declaration. |