mrdocs::dom::makeVariadicInvocable
Create a Function that receives the argument Array directly.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
template<class F>
requires std::invocable<F, Array const&>
Function
makeVariadicInvocable(F&& f);
Parameters
| Name | Description |
|---|---|
f |
Callable invoked with the argument array. |
Created with MrDocs