mrdocs::dom::Function
Value‐semantic wrapper over a callable exposed to the DOM layer.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
class Function;
Member Functions
Name |
Description |
|
Constructors |
|
Destructor. |
Assignment. |
|
Invoke the function. |
|
Return the implementation used by this object. |
|
Invoke the function. |
|
Swap two objects. |
|
Invoke the function. |
|
Return the type key. |
Non-Member Functions
Name |
Description |
Create a Function from a fixed‐arity invocable. |
|
Create a Function that receives the argument Array directly. |
|
|
Wrap a registry‐anchored Lua function as a dom::Function. |
Created with MrDocs