mrdocs::js::Value::apply
Invoke a function with variadic arguments.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
Expected<Value>
apply(std::span<dom::Value> args) const;
Parameters
Name |
Description |
args |
Zero or more arguments to pass to the method. |
Created with MrDocs