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