Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ swap
Method
swap
Sources/Dependencies/jsoncpp/value.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void Value::CZString::swap(CZString& other) {
273
std::swap(cstr_, other.cstr_);
274
std::swap(index_, other.index_);
275
}
276
277
Value::CZString& Value::CZString::operator=(const CZString& other) {
278
cstr_ = other.cstr_;
Callers
2
value.cpp
File · 0.45
swap
Function · 0.45
Calls
1
swap
Function · 0.70
Tested by
no test coverage detected