end overloads
Synopses
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;
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;
Created with MrDocs