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

Method VariantData

src/ArduinoJson/Variant/VariantData.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 static void operator delete(void*, void*) noexcept {}
42
43 VariantData() : type_(VariantType::Null), next_(NULL_SLOT) {}
44
45 SlotId next() const {
46 return next_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected