MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ScopedElement

Method ScopedElement

unittests/catch.hpp:11111–11113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11109 }
11110
11111 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer )
11112 : m_writer( writer )
11113 {}
11114
11115 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept
11116 : m_writer( other.m_writer ){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected