Invoke the function.
<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.
| Name | Description |
|---|---|
| args | The arguments to the function. |