MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / close

Method close

tests/catch.hpp:13362–13368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13360 }
13361 }
13362 void close() {
13363 if (m_isOpen) {
13364 *this << RowBreak();
13365 m_os << std::endl;
13366 m_isOpen = false;
13367 }
13368 }
13369
13370 template<typename T>
13371 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected