MCPcopy Create free account
hub / github.com/cwida/FastLanes / Vertical

Method Vertical

src/printer/output.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142TerminalOutput::~TerminalOutput() {
143 if (m_out) { *m_out << *this; }
144}
145
146void TerminalOutput::Print(std::ostream& os) const { os << *this; }
147
148std::ostream& operator<<(std::ostream& stream, TerminalOutput const& table) {
149 table.Setup();

Callers 1

output.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected