Invoke a function.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
template<class... Args>
Value
operator()(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