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

Method Column

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

Source from the content-addressed store, hash-verified

6507 using const_iterator = iterator;
6508
6509 explicit Column(std::string const& text) { m_strings.push_back(text); }
6510
6511 auto width(size_t newWidth) -> Column& {
6512 assert(newWidth > 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected