Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ swap
Function
swap
Graph/DirectedGraph.h:567–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
namespace std {
566
template <typename VertexProp, typename EdgeProp>
567
inline void swap(DirectedGraph<VertexProp, EdgeProp>& a,
568
DirectedGraph<VertexProp, EdgeProp>& b) { a.swap(b); }
569
}
570
571
// IncidenceGraph
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected