mrdocs::dom::makeInvocable
Create a Function from a fixed‐arity invocable.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
template<class F>
Function
makeInvocable(F&& f);
Parameters
| Name | Description |
|---|---|
f |
Callable to wrap. |
Created with MrDocs