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

Function swap

Examples/NoModules/Chapter 13/Ex13_12B/Message.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27inline void swap(Message& one, Message& other) noexcept
28{
29 return one.swap(other);
30}
31
32#endif

Callers 2

Message.cppFile · 0.70
swapMethod · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected