BloombergLP::bdljsn::JsonObject::cbegin

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

Synopsis

Declared in <bdljsn_json.h>

JsonObject::ConstIterator
cbegin() const noexcept;

Description

Return an iterator providing non-modifiable access to the first Member object in the sequence of Member objects maintained by this JsonObject, or the end iterator if this JsonObject is empty.

Return Value

const iterator to the first member of this object