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

Method EndOfRow

src/printer/output.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 EndOfRow();
24}
25
26template void TerminalOutput::AddRow<vector<string>::iterator>(vector<string>::iterator begin,
27 vector<string>::iterator end);
28
29void TerminalOutput::Setup() const {
30 determine_widths();
31 setup_alignment();

Callers 3

finishFunction · 0.80
CreateMKDMethod · 0.80
CreateCSVMethod · 0.80

Calls 2

assignMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected