MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ScopedElement

Method ScopedElement

tests/catch.hpp:12629–12631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12627 }
12628
12629 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer )
12630 : m_writer( writer )
12631 {}
12632
12633 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept
12634 : m_writer( other.m_writer ){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected