MCPcopy Create free account
hub / github.com/BirolLab/abyss / swap

Method swap

Graph/DirectedGraph.h:351–355  ·  view source on GitHub ↗

Swap this graph with graph x. */

Source from the content-addressed store, hash-verified

349
350 /** Swap this graph with graph x. */
351 void swap(DirectedGraph& x)
352 {
353 m_vertices.swap(x.m_vertices);
354 m_removed.swap(x.m_removed);
355 }
356
357 /** Return properties of vertex u. */
358 const vertex_property_type& operator[](vertex_descriptor u) const

Callers 3

swapFunction · 0.45
swapFunction · 0.45
swapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected