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

Method close

tutorials/external/catch.hpp:13649–13655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13647 }
13648 }
13649 void close() {
13650 if (m_isOpen) {
13651 *this << RowBreak();
13652 m_os << std::endl;
13653 m_isOpen = false;
13654 }
13655 }
13656
13657 template<typename T>
13658 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected