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

Function add

src/ArduinoJson/Array/JsonArray.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 template <typename T, detail::enable_if_t<
47 !detail::is_same<T, JsonVariant>::value, int> = 0>
48 T add() const {
49 return add<JsonVariant>().to<T>();
50 }
51
52 // Appends a new (null) element to the array.
53 // Returns a reference to the new element.

Callers 1

setFunction · 0.70

Calls 3

addElementFunction · 0.85
addValueFunction · 0.85
JsonVariantClass · 0.50

Tested by

no test coverage detected