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