MCPcopy Create free account
hub / github.com/Tracktion/choc / toString

Method toString

choc/text/choc_TextTable.h:159–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159inline std::string TextTable::toString (std::string_view rowPrefix,
160 std::string_view columnSeparator,
161 std::string_view rowSuffix) const
162{
163 std::string result;
164
165 for (auto& row : getRows (rowPrefix, columnSeparator, rowSuffix))
166 result += row;
167
168 return result;
169}
170
171inline std::vector<size_t> TextTable::getColumnWidths() const
172{

Callers 1

getRowsMethod · 0.45

Calls 2

sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected