end overloads
Declared in <bdljsn_json.h>
Return an iterator providing modifiable access to the past-the-end position in the sequence of Member objects maintained by this JsonObject.
JsonObject::Iterator
end() noexcept;
» more...
Return an iterator providing non-modifiable access to the past-the-end position in the sequence of Member objects maintained by this JsonObject.
JsonObject::ConstIterator
end() const noexcept;
» more...