mrdocs::dom::ObjectImpl::get
Return the value for the specified key, or null.
Synopsis
Declared in <mrdocs/Dom/Object.hpp>
virtual
Value
get(std::string_view key) const = 0;
Parameters
| Name | Description |
|---|---|
key |
The key. |
Created with MrDocs