mrdocs::lua::Value::operator()
Invoke the value as a function.
Synopsis
Declared in <mrdocs/Support/Lua.hpp>
template<class... Args>
Value
operator()(Args...&&... args);
Parameters
Name |
Description |
args |
Zero or more values to pass to the function. |
Created with MrDocs