MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / swap

Function swap

dds/DCPS/MessageBlock.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95#endif
96
97void swap(MessageBlock& lhs, MessageBlock& rhs)
98{
99 lhs.swap(rhs);
100}
101
102} // DCPS
103} // OPENDDS

Callers 2

swapMethod · 0.70
MessageBlock.cppFile · 0.70

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected