MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / width

Method width

tests/catch.hpp:6511–6515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6509 explicit Column(std::string const& text) { m_strings.push_back(text); }
6510
6511 auto width(size_t newWidth) -> Column& {
6512 assert(newWidth > 0);
6513 m_width = newWidth;
6514 return *this;
6515 }
6516 auto indent(size_t newIndent) -> Column& {
6517 m_indent = newIndent;
6518 return *this;

Callers 5

operator *Method · 0.80
writeToStreamMethod · 0.80
listTagsFunction · 0.80
listReportersFunction · 0.80
benchmarkStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected