MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / operator*

Function operator*

src/ArduinoJson/Object/JsonObjectIterator.hpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 : iterator_(iterator), resources_(resources) {}
20
21 JsonPair operator*() const {
22 return JsonPair(iterator_, resources_);
23 }
24 Ptr<JsonPair> operator->() {
25 return operator*();
26 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected