MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Column

Method Column

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5198–5200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5196 using const_iterator = iterator;
5197
5198 explicit Column(std::string const &text) {
5199 m_strings.push_back(text);
5200 }
5201
5202 auto width(size_t newWidth) -> Column & {
5203 assert(newWidth > 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected