MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / SummaryColumn

Method SummaryColumn

unittests/catch.hpp:12081–12083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12079struct SummaryColumn {
12080
12081 SummaryColumn( std::string _label, Colour::Code _colour )
12082 : label( std::move( _label ) ),
12083 colour( _colour ) {}
12084 SummaryColumn addRow( std::size_t count ) {
12085 ReusableStringStream rss;
12086 rss << count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected