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

Method TablePrinter

external/catch.hpp:16365–16367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16363
16364public:
16365 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos )
16366 : m_os( os ),
16367 m_columnInfos( std::move( columnInfos ) ) {}
16368
16369 auto columnInfos() const -> std::vector<ColumnInfo> const& {
16370 return m_columnInfos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected