mrdocs::dom::Value::exists
Return true if a key exists.
Synopsis
Declared in <mrdocs/Dom/Value.hpp>
bool
exists(std::string_view key) const;
Parameters
| Name | Description |
|---|---|
key |
The key to check for existence. |
Created with MrDocs