Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
void TerminalOutput::AddRow(ITERATOR begin, ITERATOR end) {
20
for (auto i = begin; i != end; ++i) {
21
Add(*i);
22
}
23
EndOfRow();
24
}
25
26
template void TerminalOutput::AddRow<vector<string>::iterator>(vector<string>::iterator begin,
Callers
1
output.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected