This component‐private class template contains the physical representation and provides the variadic interfaces for bsl::function.

Synopsis

Declared in <bslstl_function.h>

template<class PROTOTYPE>
class Function_Variadic;

Specializations

Name

Description

Function_Variadic<RET(ARGS...)>

Component‐private base providing representation and call operator for bsl::function.

Derived Classes

Name

Description

function

Forward declaration.

Created with MrDocs