Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
swap
Method · 0.70
test_path.cpp
File · 0.50
testPathSwap
Method · 0.50
Calls
1
swap
Method · 0.45
Tested by
1
testPathSwap
Method · 0.40