BloombergLP::bdljsn::JsonObject::begin

begin overloads

Synopses

Declared in <bdljsn_json.h>

Return an iterator to the first member of this object.

JsonObject::Iterator
begin() noexcept;
» more...

Return a const iterator to the first member of this object.

JsonObject::ConstIterator
begin() const noexcept;
» more...

Return Value

  • iterator to the first member of this object
  • const iterator to the first member of this object