find overloads

Synopses

Declared in <bdljsn_json.h>

Return an iterator to the member with the specified key.

JsonObject::Iterator
find(std::string_view const& key);

Return a const iterator to the member with the specified key.

JsonObject::ConstIterator
find(std::string_view const& key) const;

Return Value

  • iterator to the member with the specified key

  • const iterator to the member with the specified key

Parameters

Name

Description

key

UTF‐8 member name

Created with MrDocs