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