mrdocs::dom::ObjectImpl::exists

Determine if a key exists.

Synopsis

Declared in <mrdocs/Dom/Object.hpp>

virtual
bool
exists(std::string_view key) const;

Return Value

true if the key exists, otherwise false.

Parameters

Name Description

key

The key to check for existence.

Created with MrDocs