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

Method ~CZString

src/jsoncpp.cpp:2683–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected