MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ScopedElement

Method ScopedElement

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11026–11027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11024}
11025
11026XmlWriter::ScopedElement::ScopedElement(XmlWriter *writer) : m_writer(writer) {
11027}
11028
11029XmlWriter::ScopedElement::ScopedElement(ScopedElement &&other) noexcept : m_writer(other.m_writer) {
11030 other.m_writer = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected