MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / swap

Method swap

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9585–9589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9583}
9584
9585void StringRef::swap(StringRef &other) noexcept {
9586 std::swap(m_start, other.m_start);
9587 std::swap(m_size, other.m_size);
9588 std::swap(m_data, other.m_data);
9589}
9590
9591auto StringRef::c_str() const -> char const * {
9592 if (isSubstring())

Callers 2

testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected