BloombergLP::bdljsn::JsonArray::cbegin

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

Synopsis

Declared in <bdljsn_json.h>

JsonArray::ConstIterator
cbegin() const noexcept;

Description

Return an iterator providing non-modifiable access to the first element in this JsonArray, and the past-the-end iterator if this JsonArray is empty.

Return Value

const iterator to the first member of this object