mrdocs::dom::DefaultObjectImpl::exists
Check whether a key exists in the object.
Synopsis
Declared in <mrdocs/Dom/Object.hpp>
virtual
bool
exists(std::string_view key) const override;
Parameters
| Name | Description |
|---|---|
key |
Key to test. |
Created with MrDocs