mrdocs::dom::Value::exists

Return true if a key exists.

Synopsis

Declared in <mrdocs/Dom/Value.hpp>

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