Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
inline void swap(Message& one, Message& other) noexcept
28
{
29
return one.swap(other);
30
}
31
32
#endif
Callers
2
Message.cpp
File · 0.70
swap
Method · 0.70
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected