MCPcopy Create free account
hub / github.com/Illumina/hap.py / swap

Method swap

external/jsoncpp/jsoncpp.cpp:1684–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1682}
1683
1684void Value::CZString::swap(CZString &other) {
1685 std::swap(cstr_, other.cstr_);
1686 std::swap(index_, other.index_);
1687}
1688
1689Value::CZString &Value::CZString::operator=(const CZString &other) {
1690 CZString temp(other);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected