BloombergLP::bdljsn::JsonObject::find

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);
» more...

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

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

Return Value

  • iterator to the member with the specified key
  • const iterator to the member with the specified key

Parameters

NameDescription
keyUTF-8 member name