MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / ~CZString

Method ~CZString

vrclient_x64/jsoncpp.cpp:2682–2685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2680#endif
2681
2682Value::CZString::~CZString() {
2683 if (cstr_ && storage_.policy_ == duplicate)
2684 releaseStringValue(const_cast<char*>(cstr_));
2685}
2686
2687void Value::CZString::swap(CZString& other) {
2688 std::swap(cstr_, other.cstr_);

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected