mrdocs::js::Value::call

Invoke a function.

Synopsis

template<std::convertible_to<dom::Value>... Args>
Expected<Value>
call(Args&&... args) const;

Return Value

The return value of the method.

Parameters

Name

Description

args

Zero or more arguments to pass to the method.

Created with MrDocs