mrdocs::dom::FunctionImpl::call
Invoke the function.
Synopsis
Declared in <mrdocs/Dom/Function.hpp>
virtual
Expected<Value>
call(Array const& args) const = 0;
Parameters
| Name | Description |
|---|---|
args |
An array of values |
Created with MrDocs