MCPcopy Create free account
hub / github.com/Grive/grive / Swap

Method Swap

libgrive/src/xml/Node.cc:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void Node::Swap( Node& node )
254{
255 std::swap( node.m_ptr, m_ptr ) ;
256}
257
258bool Node::IsCompatible( Type parent, Type child )
259{

Callers

nothing calls this directly

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected