MCPcopy Create free account
hub / github.com/RenderKit/oidn / close

Method close

external/catch.hpp:16389–16395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16387 }
16388 }
16389 void close() {
16390 if (m_isOpen) {
16391 *this << RowBreak();
16392 m_os << std::endl;
16393 m_isOpen = false;
16394 }
16395 }
16396
16397 template<typename T>
16398 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected