erase overloads
Declared in <bdljsn_json.h>
Erase the member at the specified position.
JsonObject::Iterator
erase(ConstIterator position);
» more...
Erase the member at the specified position.
JsonObject::Iterator
erase(Iterator position);
» more...
Erase the member with the specified key, if present.
std::size_t
erase(std::string_view const& key);
» more...
| Name | Description |
|---|---|
| position | iterator to the member to erase |
| key | UTF-8 member name |