MCPcopy Create free account
hub / github.com/RenderKit/oidn / SummaryColumn

Method SummaryColumn

external/catch.hpp:16672–16674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16670struct SummaryColumn {
16671
16672 SummaryColumn( std::string _label, Colour::Code _colour )
16673 : label( std::move( _label ) ),
16674 colour( _colour ) {}
16675 SummaryColumn addRow( std::size_t count ) {
16676 ReusableStringStream rss;
16677 rss << count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected