begin overloads

Synopses

Declared in <bdljsn_json.h>

Return an iterator providing 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 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.

JsonObject::ConstIterator
begin() const noexcept;

Created with MrDocs