MCPcopy Create free account
hub / github.com/Samsung/UTopia / swap

Method swap

external/jsoncpp/jsoncpp.cpp:2665–2668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2663}
2664
2665void Value::CZString::swap(CZString &other) {
2666 std::swap(cstr_, other.cstr_);
2667 std::swap(index_, other.index_);
2668}
2669
2670Value::CZString &Value::CZString::operator=(const CZString &other) {
2671 cstr_ = other.cstr_;

Callers 2

jsoncpp.cppFile · 0.80
swapFunction · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected