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

Method close

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

Source from the content-addressed store, hash-verified

16059 }
16060 }
16061 void close() {
16062 if (m_isOpen) {
16063 *this << RowBreak();
16064 m_os << std::endl;
16065 m_isOpen = false;
16066 }
16067 }
16068
16069 template<typename T>
16070 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected