MCPcopy Create free account
hub / github.com/RenderKit/embree / width

Method width

tutorials/external/catch.hpp:6729–6733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6727 explicit Column(std::string const& text) { m_strings.push_back(text); }
6728
6729 auto width(size_t newWidth) -> Column& {
6730 assert(newWidth > 0);
6731 m_width = newWidth;
6732 return *this;
6733 }
6734 auto indent(size_t newIndent) -> Column& {
6735 m_indent = newIndent;
6736 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