MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / swap

Method swap

Examples/Modules/Chapter 13/Ex13_12B/Message.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void Message::swap(Message& other) noexcept
19{
20 std::swap(m_text, other.m_text);
21}

Callers

nothing calls this directly

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected