Return true if a key exists.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
bool
exists(std::string_view key) const;
Return Value
true
if the key exists, false
otherwise.
Parameters
Name |
Description |
key |
The key to check for. |
Created with MrDocs