Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ swap
Method
swap
cpp/cppsdk/jsoncpp.cpp:2749–2752 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2747
}
2748
2749
void Value::CZString::swap(CZString& other) {
2750
std::swap(cstr_, other.cstr_);
2751
std::swap(index_, other.index_);
2752
}
2753
2754
Value::CZString& Value::CZString::operator=(const CZString& other) {
2755
cstr_ = other.cstr_;
Callers
1
swap
Function · 0.80
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected