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

Method initialIndent

tests/catch.hpp:6520–6523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6518 return *this;
6519 }
6520 auto initialIndent(size_t newIndent) -> Column& {
6521 m_initialIndent = newIndent;
6522 return *this;
6523 }
6524
6525 auto width() const -> size_t { return m_width; }
6526 auto begin() const -> iterator { return iterator(*this); }

Callers 4

listTestsFunction · 0.80
listTagsFunction · 0.80
listReportersFunction · 0.80
printHeaderStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected