Invoke the function.
Declared in <mrdocs/Dom/Value.hpp>
template<class... Args>
Value
operator()(Args&&... args) const;
If the Value is not an object, or the key is not found, a Value of type Kind::Undefined is returned.
Another instance of the object
| Name | Description |
|---|---|
| args | The arguments to the function. |