mrdocs::lua::Value::operator()

Invoke the value as a function.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>

template<class... Args>
Value
operator()(Args...&&... args);

Return Value

Another instance of the object

Parameters

Name

Description

args

Zero or more values to pass to the function.

Created with MrDocs