MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ~CZString

Method ~CZString

Source/JSON/jsoncpp.cpp:2403–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2401}
2402
2403Value::CZString::~CZString() {
2404 if (cstr_ && storage_.policy_ == duplicate)
2405 releaseStringValue(const_cast<char*>(cstr_));
2406}
2407
2408void Value::CZString::swap(CZString& other) {
2409 std::swap(cstr_, other.cstr_);

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.70

Tested by

no test coverage detected