MCPcopy 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
2749void Value::CZString::swap(CZString& other) {
2750 std::swap(cstr_, other.cstr_);
2751 std::swap(index_, other.index_);
2752}
2753
2754Value::CZString& Value::CZString::operator=(const CZString& other) {
2755 cstr_ = other.cstr_;

Callers 1

swapFunction · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected