end overloads

Synopses

Declared in <bdljsn_json.h>

Return the past‐the‐end iterator providing modifiable access to this JsonArray.

Return the past‐the‐end iterator providing non‐modifiable access to this JsonArray.

JsonArray::ConstIterator
end() const noexcept;

Return Value

  • past‐the‐end iterator providing modifiable access to this JsonArray

  • past‐the‐end iterator providing non‐modifiable access to this JsonArray

Created with MrDocs