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;

Return Value

True if the key exists.

Parameters

Name Description

key

Key to test.

Created with MrDocs