MCPcopy Create free account
hub / github.com/KDE/kdevelop / swap

Function swap

kdevplatform/util/path.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 explicit Path(const Path& base, const QString& subPath);
109
110 friend void swap(Path& a, Path& b) noexcept
111 {
112 a.m_data.swap(b.m_data);
113 }
114
115 /**
116 * Equality comparison between @p other and this Path.

Callers 3

swapMethod · 0.70
test_path.cppFile · 0.50
testPathSwapMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by 1

testPathSwapMethod · 0.40