MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / end

Method end

src/ArduinoJson/Array/JsonArrayConst.hpp:34–36  ·  view source on GitHub ↗

Returns an iterator to the element following the last element of the array. https://arduinojson.org/v7/api/jsonarrayconst/end/

Source from the content-addressed store, hash-verified

32 // Returns an iterator to the element following the last element of the array.
33 // https://arduinojson.org/v7/api/jsonarrayconst/end/
34 iterator end() const {
35 return iterator();
36 }
37
38 // Creates an unbound reference.
39 JsonArrayConst() : data_(0), resources_(0) {}

Callers 3

ReaderMethod · 0.45
operator==Function · 0.45
copyArrayFunction · 0.45

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected