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

Method close

unittests/catch.hpp:11844–11850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11842 }
11843 }
11844 void close() {
11845 if (m_isOpen) {
11846 *this << RowBreak();
11847 m_os << std::endl;
11848 m_isOpen = false;
11849 }
11850 }
11851
11852 template<typename T>
11853 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected