MCPcopy Create free account
hub / github.com/Kitware/CMake / swap

Function swap

Source/cmList.h:1324–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322}
1323
1324inline void swap(cmList& lhs, cmList& rhs) noexcept
1325{
1326 lhs.swap(rhs);
1327}
1328
1329namespace cm {
1330inline void erase(cmList& list, std::string const& value)

Callers 8

GetScanBuildStatementFunction · 0.70
swapMethod · 0.70
read_mach_oMethod · 0.70
read_load_commandsMethod · 0.70
TopologicalSortMethod · 0.70
RemoveRPathELFFunction · 0.70
AppendLinkDepsMethod · 0.70
Directory.cxxFile · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…