MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / width

Method width

Source/ThirdParty/catch2/catch.hpp:8616–8620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8614 explicit Column(std::string const& text) { m_strings.push_back(text); }
8615
8616 auto width(size_t newWidth) -> Column& {
8617 assert(newWidth > 0);
8618 m_width = newWidth;
8619 return *this;
8620 }
8621 auto indent(size_t newIndent) -> Column& {
8622 m_indent = newIndent;
8623 return *this;

Callers 6

operator *Method · 0.45
writeToStreamMethod · 0.45
listTagsFunction · 0.45
listReportersFunction · 0.45
openMethod · 0.45
benchmarkPreparingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected