Value‐semantic wrapper over a callable exposed to the DOM layer.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
class FunctionImpl;
Member Functions
Name |
Description |
|
Destructor. |
|
Invoke the function. |
|
Return the type key of the implementation. |
Derived Classes
Name |
Description |
Function implementation that wraps a fixed‐arity callable. |
|
Function implementation that forwards the entire Array to a callable. |
Created with MrDocs