MCPcopy Create free account
hub / github.com/Profactor/cv-plot / ScopedElement

Method ScopedElement

CvPlot/ext/catch2/inc/catch.hpp:15271–15274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15269 }
15270
15271 XmlWriter::ScopedElement::ScopedElement( XmlWriter* writer, XmlFormatting fmt )
15272 : m_writer( writer ),
15273 m_fmt(fmt)
15274 {}
15275
15276 XmlWriter::ScopedElement::ScopedElement( ScopedElement&& other ) noexcept
15277 : m_writer( other.m_writer ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected