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

Method Alignment

src/printer/output.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19void TerminalOutput::AddRow(ITERATOR begin, ITERATOR end) {
20 for (auto i = begin; i != end; ++i) {
21 Add(*i);
22 }
23 EndOfRow();
24}
25
26template void TerminalOutput::AddRow<vector<string>::iterator>(vector<string>::iterator begin,

Callers 1

output.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected