Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bblanchon/ArduinoJson
/ operator delete
Method
operator delete
src/ArduinoJson/Variant/VariantData.hpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
static void operator delete(void*, void*) noexcept {}
42
43
VariantData() : type_(VariantType::Null), next_(NULL_SLOT) {}
44
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected