MCPcopy Create free account
hub / github.com/Illumina/paragraph / swap

Method swap

external/jsoncpp/jsoncpp.cpp:2759–2762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2757}
2758
2759void Value::CZString::swap(CZString& other) {
2760 std::swap(cstr_, other.cstr_);
2761 std::swap(index_, other.index_);
2762}
2763
2764Value::CZString& Value::CZString::operator=(const CZString& other) {
2765 cstr_ = other.cstr_;

Callers 2

alignReadsMethod · 0.80
swapFunction · 0.80

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected