mrdocs::dom::VariadicFunctionImpl
Function implementation that forwards the entire Array to a callable.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
template<class F>
class VariadicFunctionImpl
: public FunctionImpl
Base Classes
| Name | Description |
|---|---|
Value‐semantic wrapper over a callable exposed to the DOM layer. |
Types
Name |
Description |
Argument tuple type accepted by the callable. |
|
Result type produced by the callable. |
Member Functions
Name |
Description |
|
Construct from any callable convertible to |
|
Invoke the wrapped callable with the full argument array. |
|
Return the type key of the implementation. |
Created with MrDocs