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